#A00E0B

Color #A00E0B Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #A00E0B

Tints of Dark Red #A00E0B

Color information

#A00E0B (or 0xA00E0B) is unknown color: approx Dark Red. HEX triplet: A0, 0E and 0B. RGB value is (160,14,11). Sum of RGB (Red+Green+Blue) = 160+14+11=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00E0B is #5FF1F4. Grayscale: #393939. Windows color (decimal): -6287861 or 724640. OLE color: 724640.

HSL color Cylindrical-coordinate representation of color #A00E0B: hue angle of 1.21º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00E0B is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB1601411-
CMYK00.910.930.37
HSL1.21º87.13%33.53%-
HSV(B)1.21º93.12%62.75%-
XYZ14.717.811.05-
YUV57.31101.87201.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 86.49%
GREEN value IS 14 (5.86% from 255) = 7.57%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=86.49%
G=7.57%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160141100.910.930.371.2187.1333.53
HexA0EB05B5D2515722
Octal2401613013313545112742
Binary101000001110101101011011101110110010111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00E0B; }

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

 H1.HeaderClassName
 {
   color: #A00E0B;
 }
 .AnyTagClassName
 {
   color: #A00E0B;
 }
</style>
background-color css

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

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

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

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

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

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