Html Css Color HEX #A00B08 Dark Red

📋 copy color: '#A00B08'

red 160 ◦ green 11 ◦ blue 8

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

Shades of Dark Red #A00B08

Tints of Dark Red #A00B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.15%

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

R = 89.39%
G = 6.15%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A00B08 (or 0xA00B08) is known color: Dark Red. HEX triplet: A0, 0B and 08. RGB value is (160,11,8). Sum of RGB (Red+Green+Blue) = 160+11+8=179 (23% of max value = 765). Red value is 160 (62.89% from 255 or 89.39% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00B08 is #5FF4F7. Grayscale: #373737. Windows color (decimal): -6288632 or 527264. OLE color: 527264.

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

Color convert

RGB 160 11 8 -
CMYK 0 0.93 0.95 0.37
HSL 1.18º 0.9% 0.33% -
HSV(B) 1.18º 0.95% 0.63% -
XYZ 14.66 7.73 0.95 -
YUV 55.21 101.36 202.74 -
System Red Green Blue C M Y K H S L
Decimal 160 11 8 0 0.93 0.95 0.37 1.18 0.9 0.33
Hex A0 B 8 0 5D 5F 25 1 5A 21
Octal 240 13 10 0 135 137 45 1 132 41
Binary 10100000 1011 1000 0 1011101 1011111 100101 1 1011010 100001

Color Harmonies of #A00B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00B08

Black with #A00B08

Text Example


Text Example

White with #A00B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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