#AC111E

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

Shades of Carmine #AC111E

Tints of Carmine #AC111E

Color information

#AC111E (or 0xAC111E) is unknown color: approx Carmine. HEX triplet: AC, 11 and 1E. RGB value is (172,17,30). Sum of RGB (Red+Green+Blue) = 172+17+30=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC111E is #53EEE1. Grayscale: #404040. Windows color (decimal): -5500642 or 1970604. OLE color: 1970604.

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

Color convert

RGB1721730-
CMYK00.900.830.33
HSL354.97º82.01%37.06%-
HSV(B)354.97º90.12%67.45%-
XYZ17.459.272.1-
YUV64.83108.35204.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 78.54%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 30 (12.11% from 255) = 13.70%
R=78.54%
G=7.76%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172173000.900.830.33354.9782.0137.06
HexAC111E05A53211635225
Octal254213601321234154312245
Binary1010110010001111100101101010100111000011011000111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC111E; }

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

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

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

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

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

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

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

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