Shades of Carmine #AC0333
Tints of Carmine #AC0333
RGB
CMYK
RGB Variations
Color information
#AC0333 (or 0xAC0333) is known color: Carmine. HEX triplet: AC, 03 and 33. RGB value is (172,3,51). Sum of RGB (Red+Green+Blue) = 172+3+51=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0333 is #53FCCC. Grayscale: #3A3A3A. Windows color (decimal): -5504205 or 3343276. OLE color: 3343276.
HSL color Cylindrical-coordinate representation of color #AC0333: hue angle of 342.96º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0333 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 51 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.33 |
| HSL | 342.96º | 0.97% | 0.34% | - |
| HSV(B) | 342.96º | 0.98% | 0.67% | - |
| XYZ | 17.64 | 9.07 | 3.95 | - |
| YUV | 59 | 123.49 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 51 | 0 | 0.98 | 0.70 | 0.33 | 342.96 | 0.97 | 0.34 |
| Hex | AC | 3 | 33 | 0 | 62 | 46 | 21 | 157 | 61 | 22 |
| Octal | 254 | 3 | 63 | 0 | 142 | 106 | 41 | 527 | 141 | 42 |
| Binary | 10101100 | 11 | 110011 | 0 | 1100010 | 1000110 | 100001 | 101010111 | 1100001 | 100010 |
Color Harmonies of #AC0333
Complementary color
Monochromatic Colors of #AC0333
Black with #AC0333
Text Example
Text Example
White with #AC0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0333; }
p { color: rgb(172,3,51); }
H1.HeaderClassName
{
color: #AC0333;
}
.AnyTagClassName
{
color: #AC0333;
}
</style>
background-color css
<style>
a { background-color: #AC0333; }
a { background-color: rgb(172,3,51); }
div.DivClassName
{
background-color: #AC0333;
}
.BgClassName
{
background-color: #AC0333;
}
</style>
border-color css
<style>
span { border-color: #AC0333; }
span { border-color: rgb(172,3,51); }
td.TdClassName
{
border-color: #AC0333;
}
.TagClassName
{
border-color: #AC0333;
}
</style>