#AB0B12

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

Shades of Carmine #AB0B12

Tints of Carmine #AB0B12

Color information

#AB0B12 (or 0xAB0B12) is unknown color: approx Carmine. HEX triplet: AB, 0B and 12. RGB value is (171,11,18). Sum of RGB (Red+Green+Blue) = 171+11+18=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0B12 is #54F4ED. Grayscale: #3B3B3B. Windows color (decimal): -5567726 or 1182635. OLE color: 1182635.

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

Color convert

RGB1711118-
CMYK00.940.890.33
HSL357.38º87.91%35.69%-
HSV(B)357.38º93.57%67.06%-
XYZ17.028.941.4-
YUV59.64104.51207.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 85.5%
GREEN value IS 11 (4.69% from 255) = 5.5%
BLUE value IS 18 (7.42% from 255) = 9%
R=85.5%
G=5.5%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171111800.940.890.33357.3887.9135.69
HexABB1205E59211655824
Octal253132201361314154513044
Binary101010111011100100101111010110011000011011001011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0B12; }

 p { color: rgb(171,11,18); }

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

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

 a { background-color: rgb(171,11,18); }

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

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

 span { border-color: rgb(171,11,18); }

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