Shades of Carmine #AC020F
Tints of Carmine #AC020F
RGB
CMYK
RGB Variations
Color information
#AC020F (or 0xAC020F) is known color: Carmine. HEX triplet: AC, 02 and 0F. RGB value is (172,2,15). Sum of RGB (Red+Green+Blue) = 172+2+15=189 (25% of max value = 765). Red value is 172 (67.58% from 255 or 91.01% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 172 - color contains mainly: red. Hex color #AC020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC020F is #53FDF0. Grayscale: #363636. Windows color (decimal): -5504497 or 983724. OLE color: 983724.
HSL color Cylindrical-coordinate representation of color #AC020F: hue angle of 355.41º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC020F is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.33 |
| HSL | 355.41º | 0.98% | 0.34% | - |
| HSV(B) | 355.41º | 0.99% | 0.67% | - |
| XYZ | 17.12 | 8.85 | 1.26 | - |
| YUV | 54.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 15 | 0 | 0.99 | 0.91 | 0.33 | 355.41 | 0.98 | 0.34 |
| Hex | AC | 2 | F | 0 | 63 | 5B | 21 | 163 | 62 | 22 |
| Octal | 254 | 2 | 17 | 0 | 143 | 133 | 41 | 543 | 142 | 42 |
| Binary | 10101100 | 10 | 1111 | 0 | 1100011 | 1011011 | 100001 | 101100011 | 1100010 | 100010 |
Color Harmonies of #AC020F
Complementary color
Monochromatic Colors of #AC020F
Black with #AC020F
Text Example
Text Example
White with #AC020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC020F; }
p { color: rgb(172,2,15); }
H1.HeaderClassName
{
color: #AC020F;
}
.AnyTagClassName
{
color: #AC020F;
}
</style>
background-color css
<style>
a { background-color: #AC020F; }
a { background-color: rgb(172,2,15); }
div.DivClassName
{
background-color: #AC020F;
}
.BgClassName
{
background-color: #AC020F;
}
</style>
border-color css
<style>
span { border-color: #AC020F; }
span { border-color: rgb(172,2,15); }
td.TdClassName
{
border-color: #AC020F;
}
.TagClassName
{
border-color: #AC020F;
}
</style>