#AC0A2B

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

Shades of Carmine #AC0A2B

Tints of Carmine #AC0A2B

Color information

#AC0A2B (or 0xAC0A2B) is unknown color: approx Carmine. HEX triplet: AC, 0A and 2B. RGB value is (172,10,43). Sum of RGB (Red+Green+Blue) = 172+10+43=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A2B is #53F5D4. Grayscale: #3E3E3E. Windows color (decimal): -5502421 or 2820780. OLE color: 2820780.

HSL color Cylindrical-coordinate representation of color #AC0A2B: hue angle of 347.78º 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 #AC0A2B is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB1721043-
CMYK00.940.750.33
HSL347.78º89.01%35.69%-
HSV(B)347.78º94.19%67.45%-
XYZ17.569.163.13-
YUV62.2117.17206.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 76.44%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=76.44%
G=4.44%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172104300.940.750.33347.7889.0135.69
HexACA2B05E4B2115c5924
Octal254125301361134153413144
Binary1010110010101010110101111010010111000011010111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0A2B; }

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

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

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

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

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

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

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

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