COLOR #C1503C

HEX: #C1503C
RGB: (193,80,60)

Renk bilgisi

#C1503C contains mainly red color. #C1503C ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#C1503C color RGB value is (193,80,60).

  • kırmız ton 193;
  • yeşil ton 80;
  • mavi ton 60.
RGB:
(193,80,60)
(76%,31%,24%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 80 of 255 = 31%
B 60 of 255 = 24%

193
80
60

R + G + B ~ 44%. #C1503C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 80 + 60 = 333 (100%)
R 193 of 333 ~ 57.96%
G 80 of 333 ~ 24.02%
B 60 of 333 ~ 18.02%

%57.96
%24.02
%18.02

CMYK RENK MODELİ

#C1503C rengi CMYK tonu (0,59,69,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.55%
  • sarı tonu 68.91%
  • ana renk tonu 24.31%
CMYK:
(0,59,69,24)
C0M59Y69K24 
(0%,59%,69%,24%)
(0.00/0.59/0.69/0.24)	

CMYK yüzdeleri

%0
%58.55
%68.91
%24.31

Codes

Color #C1503C in popluar color models

C1503C
RGB1938060
HSL52.57%49.61%
HSB/HSV68.91%75.69%
CMYK0.00%58.55%68.91%
24.31%

Color #C1503C in popluar number systems.

HEXC1503C
Decimal1938060
Binary110000011010000111100
Octal30112074

Shades and tints

Shades of #C1503C

#C1503C
(193,80,60)
#B04937
(176,73,55)
#9F4232
(159,66,50)
#8E3B2D
(142,59,45)
#7D3428
(125,52,40)
#6C2D23
(108,45,35)
#5B261E
(91,38,30)
#4A1F19
(74,31,25)
#391814
(57,24,20)
#28110F
(40,17,15)
#170A0A
(23,10,10)
#000000
(0,0,0)

Tints of #C1503C

#C1503C
(193,80,60)
#C65F4D
(198,95,77)
#CB6E5E
(203,110,94)
#D07D6F
(208,125,111)
#D58C80
(213,140,128)
#DA9B91
(218,155,145)
#DFAAA2
(223,170,162)
#E4B9B3
(228,185,179)
#E9C8C4
(233,200,196)
#EED7D5
(238,215,213)
#F3E6E6
(243,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1503C color. Also use rgb(193,80,60) instead hex code.

Text Font Color

.myTextColor { color: #C1503C; }

<p style="color:#C1503C">This sample text font color is #C1503C.</p>

This text font color is #C1503C.


Background Color

.myBgColor { background-color: #C1503C; }

<div style="background-color:#C1503C">Inner text</div>

This div background color is #C1503C.


Border color

.myBorderColor { border: 1px solid #C1503C; }

<div style="border:3px solid #C1503C">Div</div>

This div border color is #C1503C.


Opacity

.myOpacity80 { color: #C1503C; opacity: 0.8; }

<p style="color:#C1503C;opacity:0.8;">80%</p>

Text with #C1503C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C1503C;}

<p style="text-shadow: 3px 3px 1px #C1503C">Text here.</p>

This text has shadow with #C1503C color.

.textShadow {text-shadow: 3px 3px 1px #C1503C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C1503C, 5px 5px 20px red">Text here.</p>

This text has shadow with #C1503C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C1503C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C1503C, Direction=45, Strength=4)">Text</p>

This text has shadow with #C1503C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C1503C;
  -webkit-box-shadow:	1px 1px 3px 2px #C1503C;
  box-shadow:		1px 1px 3px 2px #C1503C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C1503C;
-webkit-box-shadow: 1px 1px 3px 2px #C1503C;
box-shadow:1px 1px 3px 2px #C1503C;">
Div content here</div>
This div box has shadow with color #C1503C.

Preview

Color preview on black background

This text has color #C1503C on black background.


Color preview on white background

This text has color #C1503C on white background.



Black color preview on #C1503C background

This text has black color on #C1503C background.


White color preview on #C1503C background

This text has white color on #C1503C background.