Shades of Carmine #AA0115
Tints of Carmine #AA0115
RGB
CMYK
RGB Variations
Color information
#AA0115 (or 0xAA0115) is known color: Carmine. HEX triplet: AA, 01 and 15. RGB value is (170,1,21). Sum of RGB (Red+Green+Blue) = 170+1+21=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0115 is #55FEEA. Grayscale: #353535. Windows color (decimal): -5635819 or 1376682. OLE color: 1376682.
HSL color Cylindrical-coordinate representation of color #AA0115: hue angle of 352.9º degrees, saturation: 0.99, 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 #AA0115 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.33 |
| HSL | 352.9º | 0.99% | 0.34% | - |
| HSV(B) | 352.9º | 0.99% | 0.67% | - |
| XYZ | 16.72 | 8.62 | 1.49 | - |
| YUV | 53.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 21 | 0 | 0.99 | 0.88 | 0.33 | 352.9 | 0.99 | 0.34 |
| Hex | AA | 1 | 15 | 0 | 63 | 58 | 21 | 161 | 63 | 22 |
| Octal | 252 | 1 | 25 | 0 | 143 | 130 | 41 | 541 | 143 | 42 |
| Binary | 10101010 | 1 | 10101 | 0 | 1100011 | 1011000 | 100001 | 101100001 | 1100011 | 100010 |
Color Harmonies of #AA0115
Complementary color
Monochromatic Colors of #AA0115
Black with #AA0115
Text Example
Text Example
White with #AA0115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0115; }
p { color: rgb(170,1,21); }
H1.HeaderClassName
{
color: #AA0115;
}
.AnyTagClassName
{
color: #AA0115;
}
</style>
background-color css
<style>
a { background-color: #AA0115; }
a { background-color: rgb(170,1,21); }
div.DivClassName
{
background-color: #AA0115;
}
.BgClassName
{
background-color: #AA0115;
}
</style>
border-color css
<style>
span { border-color: #AA0115; }
span { border-color: rgb(170,1,21); }
td.TdClassName
{
border-color: #AA0115;
}
.TagClassName
{
border-color: #AA0115;
}
</style>