#AB081C

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

Shades of Carmine #AB081C

Tints of Carmine #AB081C

Color information

#AB081C (or 0xAB081C) is unknown color: approx Carmine. HEX triplet: AB, 08 and 1C. RGB value is (171,8,28). Sum of RGB (Red+Green+Blue) = 171+8+28=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB081C is #54F7E3. Grayscale: #3B3B3B. Windows color (decimal): -5568484 or 1837227. OLE color: 1837227.

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

Color convert

RGB171828-
CMYK00.950.840.33
HSL352.64º91.06%35.1%-
HSV(B)352.64º95.32%67.06%-
XYZ17.098.921.92-
YUV59.02110.5207.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 82.61%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=82.61%
G=3.86%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17182800.950.840.33352.6491.0635.1
HexAB81C05F54211615b23
Octal253103401371244154113343
Binary101010111000111000101111110101001000011011000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB081C; }

 p { color: rgb(171,8,28); }

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

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

 a { background-color: rgb(171,8,28); }

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

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

 span { border-color: rgb(171,8,28); }

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