#AB0A16

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

Shades of Carmine #AB0A16

Tints of Carmine #AB0A16

Color information

#AB0A16 (or 0xAB0A16) is unknown color: approx Carmine. HEX triplet: AB, 0A and 16. RGB value is (171,10,22). Sum of RGB (Red+Green+Blue) = 171+10+22=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0A16 is #54F5E9. Grayscale: #3B3B3B. Windows color (decimal): -5567978 or 1444523. OLE color: 1444523.

HSL color Cylindrical-coordinate representation of color #AB0A16: hue angle of 355.53º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A16 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB1711022-
CMYK00.940.870.33
HSL355.53º88.95%35.49%-
HSV(B)355.53º94.15%67.06%-
XYZ17.058.931.58-
YUV59.51106.84207.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 84.24%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 22 (8.98% from 255) = 10.84%
R=84.24%
G=4.93%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171102200.940.870.33355.5388.9535.49
HexABA1605E57211645923
Octal253122601361274154413143
Binary101010111010101100101111010101111000011011001001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A16; }

 p { color: rgb(171,10,22); }

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

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

 a { background-color: rgb(171,10,22); }

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

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

 span { border-color: rgb(171,10,22); }

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