Html Css Color HEX #A11209 Dark Red

📋 copy color: '#A11209'

red 161 ◦ green 18 ◦ blue 9

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

Shades of Dark Red #A11209

Tints of Dark Red #A11209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.79%

R = 85.64%
G = 9.57%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A11209 (or 0xA11209) is known color: Dark Red. HEX triplet: A1, 12 and 09. RGB value is (161,18,9). Sum of RGB (Red+Green+Blue) = 161+18+9=188 (24% of max value = 765). Red value is 161 (63.28% from 255 or 85.64% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 161 - color contains mainly: red. Hex color #A11209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11209 is #5EEDF6. Grayscale: #3B3B3B. Windows color (decimal): -6221303 or 594593. OLE color: 594593.

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

Color convert

RGB 161 18 9 -
CMYK 0 0.89 0.94 0.37
HSL 3.55º 0.89% 0.33% -
HSV(B) 3.55º 0.94% 0.63% -
XYZ 14.96 8.03 1.02 -
YUV 59.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 161 18 9 0 0.89 0.94 0.37 3.55 0.89 0.33
Hex A1 12 9 0 59 5E 25 4 59 21
Octal 241 22 11 0 131 136 45 4 131 41
Binary 10100001 10010 1001 0 1011001 1011110 100101 100 1011001 100001

Color Harmonies of #A11209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11209

Black with #A11209

Text Example


Text Example

White with #A11209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11209; }

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

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

background-color css

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

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

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

border-color css

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

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

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