#AB0B20

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

Shades of Carmine #AB0B20

Tints of Carmine #AB0B20

Color information

#AB0B20 (or 0xAB0B20) is unknown color: approx Carmine. HEX triplet: AB, 0B and 20. RGB value is (171,11,32). Sum of RGB (Red+Green+Blue) = 171+11+32=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0B20 is #54F4DF. Grayscale: #3D3D3D. Windows color (decimal): -5567712 or 2100139. OLE color: 2100139.

HSL color Cylindrical-coordinate representation of color #AB0B20: hue angle of 352.12º 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 #AB0B20 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1711132-
CMYK00.940.810.33
HSL352.12º87.91%35.69%-
HSV(B)352.12º93.57%67.06%-
XYZ17.1792.2-
YUV61.23111.51206.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 79.91%
GREEN value IS 11 (4.69% from 255) = 5.14%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=79.91%
G=5.14%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171113200.940.810.33352.1287.9135.69
HexABB2005E51211605824
Octal253134001361214154013044
Binary1010101110111000000101111010100011000011011000001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0B20; }

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

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

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

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

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

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

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

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