#AB0E22

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

Shades of Carmine #AB0E22

Tints of Carmine #AB0E22

Color information

#AB0E22 (or 0xAB0E22) is unknown color: approx Carmine. HEX triplet: AB, 0E and 22. RGB value is (171,14,34). Sum of RGB (Red+Green+Blue) = 171+14+34=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0E22 is #54F1DD. Grayscale: #3F3F3F. Windows color (decimal): -5566942 or 2231979. OLE color: 2231979.

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

Color convert

RGB1711434-
CMYK00.920.800.33
HSL352.36º84.86%36.27%-
HSV(B)352.36º91.81%67.06%-
XYZ17.249.092.36-
YUV63.22111.51204.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 78.08%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 34 (13.67% from 255) = 15.53%
R=78.08%
G=6.39%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171143400.920.800.33352.3684.8636.27
HexABE2205C50211605524
Octal253164201341204154012544
Binary1010101111101000100101110010100001000011011000001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0E22; }

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

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

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

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

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

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

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

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