Html Css Color HEX #A01409 Dark Red

📋 copy color: '#A01409'

red 160 ◦ green 20 ◦ blue 9

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

Shades of Dark Red #A01409

Tints of Dark Red #A01409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

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

R = 84.66%
G = 10.58%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A01409 (or 0xA01409) is known color: Dark Red. HEX triplet: A0, 14 and 09. RGB value is (160,20,9). Sum of RGB (Red+Green+Blue) = 160+20+9=189 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.66% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 160 - color contains mainly: red. Hex color #A01409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01409 is #5FEBF6. Grayscale: #3C3C3C. Windows color (decimal): -6286327 or 595104. OLE color: 595104.

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

Color convert

RGB 160 20 9 -
CMYK 0 0.88 0.94 0.37
HSL 4.37º 0.89% 0.33% -
HSV(B) 4.37º 0.94% 0.63% -
XYZ 14.8 7.99 1.02 -
YUV 60.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 160 20 9 0 0.88 0.94 0.37 4.37 0.89 0.33
Hex A0 14 9 0 58 5E 25 4 59 21
Octal 240 24 11 0 130 136 45 4 131 41
Binary 10100000 10100 1001 0 1011000 1011110 100101 100 1011001 100001

Color Harmonies of #A01409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01409

Black with #A01409

Text Example


Text Example

White with #A01409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01409; }

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

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

background-color css

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

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

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

border-color css

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

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

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