Html Css Color HEX #A01508 Dark Red

📋 copy color: '#A01508'

red 160 ◦ green 21 ◦ blue 8

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

Shades of Dark Red #A01508

Tints of Dark Red #A01508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

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

R = 84.66%
G = 11.11%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A01508 (or 0xA01508) is known color: Dark Red. HEX triplet: A0, 15 and 08. RGB value is (160,21,8). Sum of RGB (Red+Green+Blue) = 160+21+8=189 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.66% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 160 - color contains mainly: red. Hex color #A01508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01508 is #5FEAF7. Grayscale: #3D3D3D. Windows color (decimal): -6286072 or 529824. OLE color: 529824.

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

Color convert

RGB 160 21 8 -
CMYK 0 0.87 0.95 0.37
HSL 5.13º 0.9% 0.33% -
HSV(B) 5.13º 0.95% 0.63% -
XYZ 14.81 8.03 1 -
YUV 61.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 160 21 8 0 0.87 0.95 0.37 5.13 0.9 0.33
Hex A0 15 8 0 57 5F 25 5 5A 21
Octal 240 25 10 0 127 137 45 5 132 41
Binary 10100000 10101 1000 0 1010111 1011111 100101 101 1011010 100001

Color Harmonies of #A01508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01508

Black with #A01508

Text Example


Text Example

White with #A01508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01508; }

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

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

background-color css

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

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

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

border-color css

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

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

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