Html Css Color HEX #A11109 Dark Red

📋 copy color: '#A11109'

red 161 ◦ green 17 ◦ blue 9

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

Shades of Dark Red #A11109

Tints of Dark Red #A11109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

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

R = 86.1%
G = 9.09%
B = 4.81%

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

#A11109 (or 0xA11109) is known color: Dark Red. HEX triplet: A1, 11 and 09. RGB value is (161,17,9). Sum of RGB (Red+Green+Blue) = 161+17+9=187 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.10% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 161 - color contains mainly: red. Hex color #A11109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11109 is #5EEEF6. Grayscale: #3B3B3B. Windows color (decimal): -6221559 or 594337. OLE color: 594337.

HSL color Cylindrical-coordinate representation of color #A11109: hue angle of 3.16º 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 #A11109 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 17 9 -
CMYK 0 0.89 0.94 0.37
HSL 3.16º 0.89% 0.33% -
HSV(B) 3.16º 0.94% 0.63% -
XYZ 14.95 8 1.01 -
YUV 59.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 161 17 9 0 0.89 0.94 0.37 3.16 0.89 0.33
Hex A1 11 9 0 59 5E 25 3 59 21
Octal 241 21 11 0 131 136 45 3 131 41
Binary 10100001 10001 1001 0 1011001 1011110 100101 11 1011001 100001

Color Harmonies of #A11109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11109

Black with #A11109

Text Example


Text Example

White with #A11109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11109; }

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

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

background-color css

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

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

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

border-color css

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

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

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