#AC0122

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

Shades of Carmine #AC0122

Tints of Carmine #AC0122

Color information

#AC0122 (or 0xAC0122) is unknown color: approx Carmine. HEX triplet: AC, 01 and 22. RGB value is (172,1,34). Sum of RGB (Red+Green+Blue) = 172+1+34=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0122 is #53FEDD. Grayscale: #373737. Windows color (decimal): -5504734 or 2228652. OLE color: 2228652.

HSL color Cylindrical-coordinate representation of color #AC0122: hue angle of 348.42º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0122 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB172134-
CMYK00.990.800.33
HSL348.42º98.84%33.92%-
HSV(B)348.42º99.42%67.45%-
XYZ17.318.912.32-
YUV55.89115.65210.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 83.09%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 34 (13.67% from 255) = 16.43%
R=83.09%
G=0.48%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213400.990.800.33348.4298.8433.92
HexAC122063502115c6322
Octal25414201431204153414342
Binary1010110011000100110001110100001000011010111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0122; }

 p { color: rgb(172,1,34); }

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

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

 a { background-color: rgb(172,1,34); }

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

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

 span { border-color: rgb(172,1,34); }

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