Shades of Carmine #AA0F1F
Tints of Carmine #AA0F1F
RGB
CMYK
RGB Variations
Color information
#AA0F1F (or 0xAA0F1F) is known color: Carmine. HEX triplet: AA, 0F and 1F. RGB value is (170,15,31). Sum of RGB (Red+Green+Blue) = 170+15+31=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F1F is #55F0E0. Grayscale: #3F3F3F. Windows color (decimal): -5632225 or 2035626. OLE color: 2035626.
HSL color Cylindrical-coordinate representation of color #AA0F1F: hue angle of 353.81º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F1F is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 31 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.33 |
| HSL | 353.81º | 0.84% | 0.36% | - |
| HSV(B) | 353.81º | 0.91% | 0.67% | - |
| XYZ | 17 | 8.99 | 2.14 | - |
| YUV | 63.17 | 109.85 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 31 | 0 | 0.91 | 0.82 | 0.33 | 353.81 | 0.84 | 0.36 |
| Hex | AA | F | 1F | 0 | 5B | 52 | 21 | 162 | 54 | 24 |
| Octal | 252 | 17 | 37 | 0 | 133 | 122 | 41 | 542 | 124 | 44 |
| Binary | 10101010 | 1111 | 11111 | 0 | 1011011 | 1010010 | 100001 | 101100010 | 1010100 | 100100 |
Color Harmonies of #AA0F1F
Complementary color
Monochromatic Colors of #AA0F1F
Black with #AA0F1F
Text Example
Text Example
White with #AA0F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F1F; }
p { color: rgb(170,15,31); }
H1.HeaderClassName
{
color: #AA0F1F;
}
.AnyTagClassName
{
color: #AA0F1F;
}
</style>
background-color css
<style>
a { background-color: #AA0F1F; }
a { background-color: rgb(170,15,31); }
div.DivClassName
{
background-color: #AA0F1F;
}
.BgClassName
{
background-color: #AA0F1F;
}
</style>
border-color css
<style>
span { border-color: #AA0F1F; }
span { border-color: rgb(170,15,31); }
td.TdClassName
{
border-color: #AA0F1F;
}
.TagClassName
{
border-color: #AA0F1F;
}
</style>