#AB1217

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

Shades of Carmine #AB1217

Tints of Carmine #AB1217

Color information

#AB1217 (or 0xAB1217) is unknown color: approx Carmine. HEX triplet: AB, 12 and 17. RGB value is (171,18,23). Sum of RGB (Red+Green+Blue) = 171+18+23=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1217 is #54EDE8. Grayscale: #404040. Windows color (decimal): -5565929 or 1512107. OLE color: 1512107.

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

Color convert

RGB1711823-
CMYK00.890.870.33
HSL358.04º80.95%37.06%-
HSV(B)358.04º89.47%67.06%-
XYZ17.179.151.67-
YUV64.32104.69204.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 80.66%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 23 (9.38% from 255) = 10.85%
R=80.66%
G=8.49%
B=10.85%

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
Decimal171182300.890.870.33358.0480.9537.06
HexAB121705957211665125
Octal253222701311274154612145
Binary1010101110010101110101100110101111000011011001101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1217; }

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

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

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

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

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

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

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

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