#AB0E1A

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

Shades of Carmine #AB0E1A

Tints of Carmine #AB0E1A

Color information

#AB0E1A (or 0xAB0E1A) is unknown color: approx Carmine. HEX triplet: AB, 0E and 1A. RGB value is (171,14,26). Sum of RGB (Red+Green+Blue) = 171+14+26=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0E1A is #54F1E5. Grayscale: #3E3E3E. Windows color (decimal): -5566950 or 1707691. OLE color: 1707691.

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

Color convert

RGB1711426-
CMYK00.920.850.33
HSL355.41º84.86%36.27%-
HSV(B)355.41º91.81%67.06%-
XYZ17.149.051.82-
YUV62.31107.51205.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.04%
GREEN value IS 14 (5.86% from 255) = 6.64%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=81.04%
G=6.64%
B=12.32%

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
Decimal171142600.920.850.33355.4184.8636.27
HexABE1A05C55211635524
Octal253163201341254154312544
Binary101010111110110100101110010101011000011011000111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0E1A; }

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

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

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

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

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

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

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

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