Html Css Color HEX #A00D09 Dark Red

📋 copy color: '#A00D09'

red 160 ◦ green 13 ◦ blue 9

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

Shades of Dark Red #A00D09

Tints of Dark Red #A00D09

RGB

 RED value IS 160 (62.89% from 255) = 87.91%

 GREEN value IS 13 (5.47% from 255) = 7.14%

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

R = 87.91%
G = 7.14%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A00D09 (or 0xA00D09) is known color: Dark Red. HEX triplet: A0, 0D and 09. RGB value is (160,13,9). Sum of RGB (Red+Green+Blue) = 160+13+9=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00D09 is #5FF2F6. Grayscale: #383838. Windows color (decimal): -6288119 or 593312. OLE color: 593312.

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

Color convert

RGB 160 13 9 -
CMYK 0 0.92 0.94 0.37
HSL 1.59º 0.89% 0.33% -
HSV(B) 1.59º 0.94% 0.63% -
XYZ 14.69 7.78 0.99 -
YUV 56.5 101.2 201.83 -
System Red Green Blue C M Y K H S L
Decimal 160 13 9 0 0.92 0.94 0.37 1.59 0.89 0.33
Hex A0 D 9 0 5C 5E 25 2 59 21
Octal 240 15 11 0 134 136 45 2 131 41
Binary 10100000 1101 1001 0 1011100 1011110 100101 10 1011001 100001

Color Harmonies of #A00D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00D09

Black with #A00D09

Text Example


Text Example

White with #A00D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00D09; }

 p { color: rgb(160,13,9); }

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

background-color css

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

 a { background-color: rgb(160,13,9); }

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

border-color css

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

 span { border-color: rgb(160,13,9); }

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