Shades of Carmine #AC1325
Tints of Carmine #AC1325
RGB
CMYK
RGB Variations
Color information
#AC1325 (or 0xAC1325) is known color: Carmine. HEX triplet: AC, 13 and 25. RGB value is (172,19,37). Sum of RGB (Red+Green+Blue) = 172+19+37=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1325 is #53ECDA. Grayscale: #424242. Windows color (decimal): -5500123 or 2429868. OLE color: 2429868.
HSL color Cylindrical-coordinate representation of color #AC1325: hue angle of 352.94º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1325 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 37 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.33 |
| HSL | 352.94º | 0.8% | 0.37% | - |
| HSV(B) | 352.94º | 0.89% | 0.67% | - |
| XYZ | 17.58 | 9.37 | 2.63 | - |
| YUV | 66.8 | 111.19 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 37 | 0 | 0.89 | 0.78 | 0.33 | 352.94 | 0.8 | 0.37 |
| Hex | AC | 13 | 25 | 0 | 59 | 4E | 21 | 161 | 50 | 25 |
| Octal | 254 | 23 | 45 | 0 | 131 | 116 | 41 | 541 | 120 | 45 |
| Binary | 10101100 | 10011 | 100101 | 0 | 1011001 | 1001110 | 100001 | 101100001 | 1010000 | 100101 |
Color Harmonies of #AC1325
Complementary color
Monochromatic Colors of #AC1325
Black with #AC1325
Text Example
Text Example
White with #AC1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1325; }
p { color: rgb(172,19,37); }
H1.HeaderClassName
{
color: #AC1325;
}
.AnyTagClassName
{
color: #AC1325;
}
</style>
background-color css
<style>
a { background-color: #AC1325; }
a { background-color: rgb(172,19,37); }
div.DivClassName
{
background-color: #AC1325;
}
.BgClassName
{
background-color: #AC1325;
}
</style>
border-color css
<style>
span { border-color: #AC1325; }
span { border-color: rgb(172,19,37); }
td.TdClassName
{
border-color: #AC1325;
}
.TagClassName
{
border-color: #AC1325;
}
</style>