#AC0E27

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

Shades of Carmine #AC0E27

Tints of Carmine #AC0E27

Color information

#AC0E27 (or 0xAC0E27) is unknown color: approx Carmine. HEX triplet: AC, 0E and 27. RGB value is (172,14,39). Sum of RGB (Red+Green+Blue) = 172+14+39=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0E27 is #53F1D8. Grayscale: #404040. Windows color (decimal): -5501401 or 2559660. OLE color: 2559660.

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

Color convert

RGB1721439-
CMYK00.920.770.33
HSL350.51º84.95%36.47%-
HSV(B)350.51º91.86%67.45%-
XYZ17.549.232.78-
YUV64.09113.85204.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 76.44%
GREEN value IS 14 (5.86% from 255) = 6.22%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=76.44%
G=6.22%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172143900.920.770.33350.5184.9536.47
HexACE2705C4D2115f5524
Octal254164701341154153712544
Binary1010110011101001110101110010011011000011010111111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0E27; }

 p { color: rgb(172,14,39); }

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

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

 a { background-color: rgb(172,14,39); }

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

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

 span { border-color: rgb(172,14,39); }

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