#AB0E19

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

Shades of Carmine #AB0E19

Tints of Carmine #AB0E19

Color information

#AB0E19 (or 0xAB0E19) is unknown color: approx Carmine. HEX triplet: AB, 0E and 19. RGB value is (171,14,25). Sum of RGB (Red+Green+Blue) = 171+14+25=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0E19 is #54F1E6. Grayscale: #3E3E3E. Windows color (decimal): -5566951 or 1642155. OLE color: 1642155.

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

Color convert

RGB1711425-
CMYK00.920.850.33
HSL355.8º84.86%36.27%-
HSV(B)355.8º91.81%67.06%-
XYZ17.139.041.76-
YUV62.2107.01205.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.43%
GREEN value IS 14 (5.86% from 255) = 6.67%
BLUE value IS 25 (10.16% from 255) = 11.90%
R=81.43%
G=6.67%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171142500.920.850.33355.884.8636.27
HexABE1905C55211645524
Octal253163101341254154412544
Binary101010111110110010101110010101011000011011001001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0E19; }

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

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

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

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

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

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

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

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