Shades of Carmine #AC0330
Tints of Carmine #AC0330
RGB
CMYK
RGB Variations
Color information
#AC0330 (or 0xAC0330) is known color: Carmine. HEX triplet: AC, 03 and 30. RGB value is (172,3,48). Sum of RGB (Red+Green+Blue) = 172+3+48=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0330 is #53FCCF. Grayscale: #3A3A3A. Windows color (decimal): -5504208 or 3146668. OLE color: 3146668.
HSL color Cylindrical-coordinate representation of color #AC0330: hue angle of 344.02º 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 #AC0330 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 48 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.33 |
| HSL | 344.02º | 0.97% | 0.34% | - |
| HSV(B) | 344.02º | 0.98% | 0.67% | - |
| XYZ | 17.58 | 9.05 | 3.62 | - |
| YUV | 58.66 | 121.99 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 48 | 0 | 0.98 | 0.72 | 0.33 | 344.02 | 0.97 | 0.34 |
| Hex | AC | 3 | 30 | 0 | 62 | 48 | 21 | 158 | 61 | 22 |
| Octal | 254 | 3 | 60 | 0 | 142 | 110 | 41 | 530 | 141 | 42 |
| Binary | 10101100 | 11 | 110000 | 0 | 1100010 | 1001000 | 100001 | 101011000 | 1100001 | 100010 |
Color Harmonies of #AC0330
Complementary color
Monochromatic Colors of #AC0330
Black with #AC0330
Text Example
Text Example
White with #AC0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0330; }
p { color: rgb(172,3,48); }
H1.HeaderClassName
{
color: #AC0330;
}
.AnyTagClassName
{
color: #AC0330;
}
</style>
background-color css
<style>
a { background-color: #AC0330; }
a { background-color: rgb(172,3,48); }
div.DivClassName
{
background-color: #AC0330;
}
.BgClassName
{
background-color: #AC0330;
}
</style>
border-color css
<style>
span { border-color: #AC0330; }
span { border-color: rgb(172,3,48); }
td.TdClassName
{
border-color: #AC0330;
}
.TagClassName
{
border-color: #AC0330;
}
</style>