#AC0518

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

Shades of Carmine #AC0518

Tints of Carmine #AC0518

Color information

#AC0518 (or 0xAC0518) is unknown color: approx Carmine. HEX triplet: AC, 05 and 18. RGB value is (172,5,24). Sum of RGB (Red+Green+Blue) = 172+5+24=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0518 is #53FAE7. Grayscale: #393939. Windows color (decimal): -5503720 or 1574316. OLE color: 1574316.

HSL color Cylindrical-coordinate representation of color #AC0518: hue angle of 353.17º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0518 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB172524-
CMYK00.970.860.33
HSL353.17º94.35%34.71%-
HSV(B)353.17º97.09%67.45%-
XYZ17.238.951.68-
YUV57.1109.33209.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 85.57%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=85.57%
G=2.49%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17252400.970.860.33353.1794.3534.71
HexAC51806156211615e23
Octal25453001411264154113643
Binary10101100101110000110000110101101000011011000011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0518; }

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

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

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

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

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

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

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

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