Shades of Carmine #AC0325
Tints of Carmine #AC0325
RGB
CMYK
RGB Variations
Color information
#AC0325 (or 0xAC0325) is known color: Carmine. HEX triplet: AC, 03 and 25. RGB value is (172,3,37). Sum of RGB (Red+Green+Blue) = 172+3+37=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0325 is #53FCDA. Grayscale: #393939. Windows color (decimal): -5504219 or 2425772. OLE color: 2425772.
HSL color Cylindrical-coordinate representation of color #AC0325: hue angle of 347.93º 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 #AC0325 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 37 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.33 |
| HSL | 347.93º | 0.97% | 0.34% | - |
| HSV(B) | 347.93º | 0.98% | 0.67% | - |
| XYZ | 17.38 | 8.97 | 2.57 | - |
| YUV | 57.41 | 116.49 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 37 | 0 | 0.98 | 0.78 | 0.33 | 347.93 | 0.97 | 0.34 |
| Hex | AC | 3 | 25 | 0 | 62 | 4E | 21 | 15C | 61 | 22 |
| Octal | 254 | 3 | 45 | 0 | 142 | 116 | 41 | 534 | 141 | 42 |
| Binary | 10101100 | 11 | 100101 | 0 | 1100010 | 1001110 | 100001 | 101011100 | 1100001 | 100010 |
Color Harmonies of #AC0325
Complementary color
Monochromatic Colors of #AC0325
Black with #AC0325
Text Example
Text Example
White with #AC0325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0325; }
p { color: rgb(172,3,37); }
H1.HeaderClassName
{
color: #AC0325;
}
.AnyTagClassName
{
color: #AC0325;
}
</style>
background-color css
<style>
a { background-color: #AC0325; }
a { background-color: rgb(172,3,37); }
div.DivClassName
{
background-color: #AC0325;
}
.BgClassName
{
background-color: #AC0325;
}
</style>
border-color css
<style>
span { border-color: #AC0325; }
span { border-color: rgb(172,3,37); }
td.TdClassName
{
border-color: #AC0325;
}
.TagClassName
{
border-color: #AC0325;
}
</style>