#AB1216

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

Shades of Carmine #AB1216

Tints of Carmine #AB1216

Color information

#AB1216 (or 0xAB1216) is unknown color: approx Carmine. HEX triplet: AB, 12 and 16. RGB value is (171,18,22). Sum of RGB (Red+Green+Blue) = 171+18+22=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1216 is #54EDE9. Grayscale: #404040. Windows color (decimal): -5565930 or 1446571. OLE color: 1446571.

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

Color convert

RGB1711822-
CMYK00.890.870.33
HSL358.43º80.95%37.06%-
HSV(B)358.43º89.47%67.06%-
XYZ17.169.151.62-
YUV64.2104.19204.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.04%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 22 (8.98% from 255) = 10.43%
R=81.04%
G=8.53%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171182200.890.870.33358.4380.9537.06
HexAB121605957211665125
Octal253222601311274154612145
Binary1010101110010101100101100110101111000011011001101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1216; }

 p { color: rgb(171,18,22); }

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

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

 a { background-color: rgb(171,18,22); }

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

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

 span { border-color: rgb(171,18,22); }

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