#A10B08

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

Shades of Dark Red #A10B08

Tints of Dark Red #A10B08

Color information

#A10B08 (or 0xA10B08) is unknown color: approx Dark Red. HEX triplet: A1, 0B and 08. RGB value is (161,11,8). Sum of RGB (Red+Green+Blue) = 161+11+8=180 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.44% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10B08 is #5EF4F7. Grayscale: #373737. Windows color (decimal): -6223096 or 527265. OLE color: 527265.

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

Color convert

RGB161118-
CMYK00.930.950.37
HSL1.18º90.53%33.14%-
HSV(B)1.18º95.03%63.14%-
XYZ14.867.830.96-
YUV55.51101.2203.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 89.44%
GREEN value IS 11 (4.69% from 255) = 6.11%
BLUE value IS 8 (3.52% from 255) = 4.44%
R=89.44%
G=6.11%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111800.930.950.371.1890.5333.14
HexA1B805D5F2515b21
Octal2411310013513745113341
Binary101000011011100001011101101111110010111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10B08; }

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

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

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

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

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

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

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

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