Shades of Carmine #AC0F28
Tints of Carmine #AC0F28
RGB
CMYK
RGB Variations
Color information
#AC0F28 (or 0xAC0F28) is known color: Carmine. HEX triplet: AC, 0F and 28. RGB value is (172,15,40). Sum of RGB (Red+Green+Blue) = 172+15+40=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F28 is #53F0D7. Grayscale: #404040. Windows color (decimal): -5501144 or 2625452. OLE color: 2625452.
HSL color Cylindrical-coordinate representation of color #AC0F28: hue angle of 350.45º 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 #AC0F28 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 40 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.33 |
| HSL | 350.45º | 0.84% | 0.37% | - |
| HSV(B) | 350.45º | 0.91% | 0.67% | - |
| XYZ | 17.57 | 9.27 | 2.87 | - |
| YUV | 64.79 | 114.01 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 40 | 0 | 0.91 | 0.77 | 0.33 | 350.45 | 0.84 | 0.37 |
| Hex | AC | F | 28 | 0 | 5B | 4D | 21 | 15E | 54 | 25 |
| Octal | 254 | 17 | 50 | 0 | 133 | 115 | 41 | 536 | 124 | 45 |
| Binary | 10101100 | 1111 | 101000 | 0 | 1011011 | 1001101 | 100001 | 101011110 | 1010100 | 100101 |
Color Harmonies of #AC0F28
Complementary color
Monochromatic Colors of #AC0F28
Black with #AC0F28
Text Example
Text Example
White with #AC0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F28; }
p { color: rgb(172,15,40); }
H1.HeaderClassName
{
color: #AC0F28;
}
.AnyTagClassName
{
color: #AC0F28;
}
</style>
background-color css
<style>
a { background-color: #AC0F28; }
a { background-color: rgb(172,15,40); }
div.DivClassName
{
background-color: #AC0F28;
}
.BgClassName
{
background-color: #AC0F28;
}
</style>
border-color css
<style>
span { border-color: #AC0F28; }
span { border-color: rgb(172,15,40); }
td.TdClassName
{
border-color: #AC0F28;
}
.TagClassName
{
border-color: #AC0F28;
}
</style>