Shades of Carmine #AC0F25
Tints of Carmine #AC0F25
RGB
CMYK
RGB Variations
Color information
#AC0F25 (or 0xAC0F25) is known color: Carmine. HEX triplet: AC, 0F and 25. RGB value is (172,15,37). Sum of RGB (Red+Green+Blue) = 172+15+37=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F25 is #53F0DA. Grayscale: #404040. Windows color (decimal): -5501147 or 2428844. OLE color: 2428844.
HSL color Cylindrical-coordinate representation of color #AC0F25: hue angle of 351.59º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F25 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 37 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.33 |
| HSL | 351.59º | 0.84% | 0.37% | - |
| HSV(B) | 351.59º | 0.91% | 0.67% | - |
| XYZ | 17.52 | 9.25 | 2.61 | - |
| YUV | 64.45 | 112.51 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 37 | 0 | 0.91 | 0.78 | 0.33 | 351.59 | 0.84 | 0.37 |
| Hex | AC | F | 25 | 0 | 5B | 4E | 21 | 160 | 54 | 25 |
| Octal | 254 | 17 | 45 | 0 | 133 | 116 | 41 | 540 | 124 | 45 |
| Binary | 10101100 | 1111 | 100101 | 0 | 1011011 | 1001110 | 100001 | 101100000 | 1010100 | 100101 |
Color Harmonies of #AC0F25
Complementary color
Monochromatic Colors of #AC0F25
Black with #AC0F25
Text Example
Text Example
White with #AC0F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F25; }
p { color: rgb(172,15,37); }
H1.HeaderClassName
{
color: #AC0F25;
}
.AnyTagClassName
{
color: #AC0F25;
}
</style>
background-color css
<style>
a { background-color: #AC0F25; }
a { background-color: rgb(172,15,37); }
div.DivClassName
{
background-color: #AC0F25;
}
.BgClassName
{
background-color: #AC0F25;
}
</style>
border-color css
<style>
span { border-color: #AC0F25; }
span { border-color: rgb(172,15,37); }
td.TdClassName
{
border-color: #AC0F25;
}
.TagClassName
{
border-color: #AC0F25;
}
</style>