#AC111C

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

Shades of Carmine #AC111C

Tints of Carmine #AC111C

Color information

#AC111C (or 0xAC111C) is unknown color: approx Carmine. HEX triplet: AC, 11 and 1C. RGB value is (172,17,28). Sum of RGB (Red+Green+Blue) = 172+17+28=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC111C is #53EEE3. Grayscale: #404040. Windows color (decimal): -5500644 or 1839532. OLE color: 1839532.

HSL color Cylindrical-coordinate representation of color #AC111C: hue angle of 355.74º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC111C is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB1721728-
CMYK00.900.840.33
HSL355.74º82.01%37.06%-
HSV(B)355.74º90.12%67.45%-
XYZ17.429.261.97-
YUV64.6107.35204.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 79.26%
GREEN value IS 17 (7.03% from 255) = 7.83%
BLUE value IS 28 (11.33% from 255) = 12.90%
R=79.26%
G=7.83%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172800.900.840.33355.7482.0137.06
HexAC111C05A54211645225
Octal254213401321244154412245
Binary1010110010001111000101101010101001000011011001001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC111C; }

 p { color: rgb(172,17,28); }

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

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

 a { background-color: rgb(172,17,28); }

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

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

 span { border-color: rgb(172,17,28); }

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