#AC1118

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

Shades of Carmine #AC1118

Tints of Carmine #AC1118

Color information

#AC1118 (or 0xAC1118) is unknown color: approx Carmine. HEX triplet: AC, 11 and 18. RGB value is (172,17,24). Sum of RGB (Red+Green+Blue) = 172+17+24=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1118 is #53EEE7. Grayscale: #404040. Windows color (decimal): -5500648 or 1577388. OLE color: 1577388.

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

Color convert

RGB1721724-
CMYK00.900.860.33
HSL357.29º82.01%37.06%-
HSV(B)357.29º90.12%67.45%-
XYZ17.389.241.73-
YUV64.14105.35204.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 80.75%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=80.75%
G=7.98%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172400.900.860.33357.2982.0137.06
HexAC111805A56211655225
Octal254213001321264154512245
Binary1010110010001110000101101010101101000011011001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1118; }

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

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

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

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

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

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

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

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