#AC121C

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

Shades of Carmine #AC121C

Tints of Carmine #AC121C

Color information

#AC121C (or 0xAC121C) is unknown color: approx Carmine. HEX triplet: AC, 12 and 1C. RGB value is (172,18,28). Sum of RGB (Red+Green+Blue) = 172+18+28=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC121C is #53EDE3. Grayscale: #414141. Windows color (decimal): -5500388 or 1839788. OLE color: 1839788.

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

Color convert

RGB1721828-
CMYK00.900.840.33
HSL356.1º81.05%37.25%-
HSV(B)356.1º89.53%67.45%-
XYZ17.449.291.97-
YUV65.19107.02204.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 78.90%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 28 (11.33% from 255) = 12.84%
R=78.90%
G=8.26%
B=12.84%

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
Decimal172182800.900.840.33356.181.0537.25
HexAC121C05A54211645125
Octal254223401321244154412145
Binary1010110010010111000101101010101001000011011001001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC121C; }

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

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

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

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

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

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

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

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