#AB1018

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

Shades of Carmine #AB1018

Tints of Carmine #AB1018

Color information

#AB1018 (or 0xAB1018) is unknown color: approx Carmine. HEX triplet: AB, 10 and 18. RGB value is (171,16,24). Sum of RGB (Red+Green+Blue) = 171+16+24=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1018 is #54EFE7. Grayscale: #3F3F3F. Windows color (decimal): -5566440 or 1577131. OLE color: 1577131.

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

Color convert

RGB1711624-
CMYK00.910.860.33
HSL356.9º82.89%36.67%-
HSV(B)356.9º90.64%67.06%-
XYZ17.149.091.72-
YUV63.26105.85204.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.04%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 24 (9.77% from 255) = 11.37%
R=81.04%
G=7.58%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171162400.910.860.33356.982.8936.67
HexAB101805B56211655325
Octal253203001331264154512345
Binary1010101110000110000101101110101101000011011001011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1018; }

 p { color: rgb(171,16,24); }

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

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

 a { background-color: rgb(171,16,24); }

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

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

 span { border-color: rgb(171,16,24); }

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