Html Css Color HEX #A11203 Dark Red

📋 copy color: '#A11203'

red 161 ◦ green 18 ◦ blue 3

#A11203
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #A11203

Tints of Dark Red #A11203

RGB

 RED value IS 161 (63.28% from 255) = 88.46%

 GREEN value IS 18 (7.42% from 255) = 9.89%

 BLUE value IS 3 (1.56% from 255) = 1.65%

R = 88.46%
G = 9.89%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A11203 (or 0xA11203) is known color: Dark Red. HEX triplet: A1, 12 and 03. RGB value is (161,18,3). Sum of RGB (Red+Green+Blue) = 161+18+3=182 (24% of max value = 765). Red value is 161 (63.28% from 255 or 88.46% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 161 - color contains mainly: red. Hex color #A11203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11203 is #5EEDFC. Grayscale: #3B3B3B. Windows color (decimal): -6221309 or 201377. OLE color: 201377.

HSL color Cylindrical-coordinate representation of color #A11203: hue angle of 5.7º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A11203 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 18 3 -
CMYK 0 0.89 0.98 0.37
HSL 5.7º 0.96% 0.32% -
HSV(B) 5.7º 0.98% 0.63% -
XYZ 14.93 8.02 0.85 -
YUV 59.05 96.38 200.72 -
System Red Green Blue C M Y K H S L
Decimal 161 18 3 0 0.89 0.98 0.37 5.7 0.96 0.32
Hex A1 12 3 0 59 62 25 6 60 20
Octal 241 22 3 0 131 142 45 6 140 40
Binary 10100001 10010 11 0 1011001 1100010 100101 110 1100000 100000

Color Harmonies of #A11203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11203

Black with #A11203

Text Example


Text Example

White with #A11203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11203; }

 p { color: rgb(161,18,3); }

 H1.HeaderClassName
 {
   color: #A11203;
 }
 .AnyTagClassName
 {
   color: #A11203;
 }
</style>

background-color css

<style>
 a { background-color: #A11203; }

 a { background-color: rgb(161,18,3); }

 div.DivClassName
 {
   background-color: #A11203;
 }
 .BgClassName
 {
   background-color: #A11203;
 }
</style>

border-color css

<style>
 span { border-color: #A11203; }

 span { border-color: rgb(161,18,3); }

 td.TdClassName
 {
   border-color: #A11203;
 }
 .TagClassName
 {
   border-color: #A11203;
 }
</style>