Shades of Carmine #AA101E
Tints of Carmine #AA101E
RGB
CMYK
RGB Variations
Color information
#AA101E (or 0xAA101E) is known color: Carmine. HEX triplet: AA, 10 and 1E. RGB value is (170,16,30). Sum of RGB (Red+Green+Blue) = 170+16+30=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA101E is #55EFE1. Grayscale: #3F3F3F. Windows color (decimal): -5631970 or 1970346. OLE color: 1970346.
HSL color Cylindrical-coordinate representation of color #AA101E: hue angle of 354.55º degrees, saturation: 0.83, 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 #AA101E is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 30 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.33 |
| HSL | 354.55º | 0.83% | 0.36% | - |
| HSV(B) | 354.55º | 0.91% | 0.67% | - |
| XYZ | 17 | 9.01 | 2.07 | - |
| YUV | 63.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 30 | 0 | 0.91 | 0.82 | 0.33 | 354.55 | 0.83 | 0.36 |
| Hex | AA | 10 | 1E | 0 | 5B | 52 | 21 | 163 | 53 | 24 |
| Octal | 252 | 20 | 36 | 0 | 133 | 122 | 41 | 543 | 123 | 44 |
| Binary | 10101010 | 10000 | 11110 | 0 | 1011011 | 1010010 | 100001 | 101100011 | 1010011 | 100100 |
Color Harmonies of #AA101E
Complementary color
Monochromatic Colors of #AA101E
Black with #AA101E
Text Example
Text Example
White with #AA101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA101E; }
p { color: rgb(170,16,30); }
H1.HeaderClassName
{
color: #AA101E;
}
.AnyTagClassName
{
color: #AA101E;
}
</style>
background-color css
<style>
a { background-color: #AA101E; }
a { background-color: rgb(170,16,30); }
div.DivClassName
{
background-color: #AA101E;
}
.BgClassName
{
background-color: #AA101E;
}
</style>
border-color css
<style>
span { border-color: #AA101E; }
span { border-color: rgb(170,16,30); }
td.TdClassName
{
border-color: #AA101E;
}
.TagClassName
{
border-color: #AA101E;
}
</style>