Html Css Color HEX #A01008 Dark Red

📋 copy color: '#A01008'

red 160 ◦ green 16 ◦ blue 8

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

Shades of Dark Red #A01008

Tints of Dark Red #A01008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

 BLUE value IS 8 (3.52% from 255) = 4.35%

R = 86.96%
G = 8.7%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A01008 (or 0xA01008) is known color: Dark Red. HEX triplet: A0, 10 and 08. RGB value is (160,16,8). Sum of RGB (Red+Green+Blue) = 160+16+8=184 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.96% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 160 - color contains mainly: red. Hex color #A01008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01008 is #5FEFF7. Grayscale: #3A3A3A. Windows color (decimal): -6287352 or 528544. OLE color: 528544.

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

Color convert

RGB 160 16 8 -
CMYK 0 0.9 0.95 0.37
HSL 3.16º 0.9% 0.33% -
HSV(B) 3.16º 0.95% 0.63% -
XYZ 14.73 7.86 0.97 -
YUV 58.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 160 16 8 0 0.9 0.95 0.37 3.16 0.9 0.33
Hex A0 10 8 0 5A 5F 25 3 5A 21
Octal 240 20 10 0 132 137 45 3 132 41
Binary 10100000 10000 1000 0 1011010 1011111 100101 11 1011010 100001

Color Harmonies of #A01008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01008

Black with #A01008

Text Example


Text Example

White with #A01008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01008; }

 p { color: rgb(160,16,8); }

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

background-color css

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

 a { background-color: rgb(160,16,8); }

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

border-color css

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

 span { border-color: rgb(160,16,8); }

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