#AC0A23

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

Shades of Carmine #AC0A23

Tints of Carmine #AC0A23

Color information

#AC0A23 (or 0xAC0A23) is unknown color: approx Carmine. HEX triplet: AC, 0A and 23. RGB value is (172,10,35). Sum of RGB (Red+Green+Blue) = 172+10+35=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A23 is #53F5DC. Grayscale: #3D3D3D. Windows color (decimal): -5502429 or 2296492. OLE color: 2296492.

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

Color convert

RGB1721035-
CMYK00.940.800.33
HSL350.74º89.01%35.69%-
HSV(B)350.74º94.19%67.45%-
XYZ17.439.112.43-
YUV61.29113.17206.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 79.26%
GREEN value IS 10 (4.30% from 255) = 4.61%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=79.26%
G=4.61%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172103500.940.800.33350.7489.0135.69
HexACA2305E502115f5924
Octal254124301361204153713144
Binary1010110010101000110101111010100001000011010111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0A23; }

 p { color: rgb(172,10,35); }

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

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

 a { background-color: rgb(172,10,35); }

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

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

 span { border-color: rgb(172,10,35); }

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