#AC0C24

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

Shades of Carmine #AC0C24

Tints of Carmine #AC0C24

Color information

#AC0C24 (or 0xAC0C24) is unknown color: approx Carmine. HEX triplet: AC, 0C and 24. RGB value is (172,12,36). Sum of RGB (Red+Green+Blue) = 172+12+36=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C24 is #53F3DB. Grayscale: #3E3E3E. Windows color (decimal): -5501916 or 2362540. OLE color: 2362540.

HSL color Cylindrical-coordinate representation of color #AC0C24: hue angle of 351º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C24 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB1721236-
CMYK00.930.790.33
HSL351º86.96%36.08%-
HSV(B)351º93.02%67.45%-
XYZ17.469.162.52-
YUV62.58113.01206.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 78.18%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 36 (14.45% from 255) = 16.36%
R=78.18%
G=5.45%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172123600.930.790.3335186.9636.08
HexACC2405D4F2115f5724
Octal254144401351174153712744
Binary1010110011001001000101110110011111000011010111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0C24; }

 p { color: rgb(172,12,36); }

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

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

 a { background-color: rgb(172,12,36); }

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

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

 span { border-color: rgb(172,12,36); }

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