Shades of Carmine #AA0B0F
Tints of Carmine #AA0B0F
RGB
CMYK
RGB Variations
Color information
#AA0B0F (or 0xAA0B0F) is known color: Carmine. HEX triplet: AA, 0B and 0F. RGB value is (170,11,15). Sum of RGB (Red+Green+Blue) = 170+11+15=196 (25% of max value = 765). Red value is 170 (66.80% from 255 or 86.73% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0B0F is #55F4F0. Grayscale: #3B3B3B. Windows color (decimal): -5633265 or 986026. OLE color: 986026.
HSL color Cylindrical-coordinate representation of color #AA0B0F: hue angle of 358.49º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B0F is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 15 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.33 |
| HSL | 358.49º | 0.88% | 0.35% | - |
| HSV(B) | 358.49º | 0.94% | 0.67% | - |
| XYZ | 16.78 | 8.82 | 1.27 | - |
| YUV | 59 | 103.18 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 15 | 0 | 0.94 | 0.91 | 0.33 | 358.49 | 0.88 | 0.35 |
| Hex | AA | B | F | 0 | 5E | 5B | 21 | 166 | 58 | 23 |
| Octal | 252 | 13 | 17 | 0 | 136 | 133 | 41 | 546 | 130 | 43 |
| Binary | 10101010 | 1011 | 1111 | 0 | 1011110 | 1011011 | 100001 | 101100110 | 1011000 | 100011 |
Color Harmonies of #AA0B0F
Complementary color
Monochromatic Colors of #AA0B0F
Black with #AA0B0F
Text Example
Text Example
White with #AA0B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B0F; }
p { color: rgb(170,11,15); }
H1.HeaderClassName
{
color: #AA0B0F;
}
.AnyTagClassName
{
color: #AA0B0F;
}
</style>
background-color css
<style>
a { background-color: #AA0B0F; }
a { background-color: rgb(170,11,15); }
div.DivClassName
{
background-color: #AA0B0F;
}
.BgClassName
{
background-color: #AA0B0F;
}
</style>
border-color css
<style>
span { border-color: #AA0B0F; }
span { border-color: rgb(170,11,15); }
td.TdClassName
{
border-color: #AA0B0F;
}
.TagClassName
{
border-color: #AA0B0F;
}
</style>