#ac0b2c

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

Shades of Carmine #AC0B2C

Tints of Carmine #AC0B2C

Color information

#AC0B2C (or 0xAC0B2C) is unknown color: approx Carmine. HEX triplet: AC, 0B and 2C. RGB value is (172,11,44). Sum of RGB (Red+Green+Blue) = 172+11+44=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B2C is #53F4D3. Grayscale: #3E3E3E. Windows color (decimal): -5502164 or 2886572. OLE color: 2886572.

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

Color convert

RGB1721144-
CMYK00.940.740.33
HSL347.7º87.98%35.88%-
HSV(B)347.7º93.6%67.45%-
XYZ17.599.193.23-
YUV62.9117.34205.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 75.77%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=75.77%
G=4.85%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172114400.940.740.33347.787.9835.88
HexACB2C05E4A2115c5824
Octal254135401361124153413044
Binary1010110010111011000101111010010101000011010111001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac0b2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac0b2c; }

 p { color: rgb(172,11,44); }

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

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

 a { background-color: rgb(172,11,44); }

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

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

 span { border-color: rgb(172,11,44); }

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