#AB0E20

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

Shades of Carmine #AB0E20

Tints of Carmine #AB0E20

Color information

#AB0E20 (or 0xAB0E20) is unknown color: approx Carmine. HEX triplet: AB, 0E and 20. RGB value is (171,14,32). Sum of RGB (Red+Green+Blue) = 171+14+32=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0E20 is #54F1DF. Grayscale: #3F3F3F. Windows color (decimal): -5566944 or 2100907. OLE color: 2100907.

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

Color convert

RGB1711432-
CMYK00.920.810.33
HSL353.12º84.86%36.27%-
HSV(B)353.12º91.81%67.06%-
XYZ17.219.082.21-
YUV63110.51205.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 78.80%
GREEN value IS 14 (5.86% from 255) = 6.45%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=78.80%
G=6.45%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171143200.920.810.33353.1284.8636.27
HexABE2005C51211615524
Octal253164001341214154112544
Binary1010101111101000000101110010100011000011011000011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0E20; }

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

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

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

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

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

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

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

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