Shades of Carmine #AA101D
Tints of Carmine #AA101D
RGB
CMYK
RGB Variations
Color information
#AA101D (or 0xAA101D) is known color: Carmine. HEX triplet: AA, 10 and 1D. RGB value is (170,16,29). Sum of RGB (Red+Green+Blue) = 170+16+29=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA101D is #55EFE2. Grayscale: #3F3F3F. Windows color (decimal): -5631971 or 1904810. OLE color: 1904810.
HSL color Cylindrical-coordinate representation of color #AA101D: hue angle of 354.94º 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 #AA101D is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 29 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.33 |
| HSL | 354.94º | 0.83% | 0.36% | - |
| HSV(B) | 354.94º | 0.91% | 0.67% | - |
| XYZ | 16.98 | 9.01 | 2.01 | - |
| YUV | 63.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 29 | 0 | 0.91 | 0.83 | 0.33 | 354.94 | 0.83 | 0.36 |
| Hex | AA | 10 | 1D | 0 | 5B | 53 | 21 | 163 | 53 | 24 |
| Octal | 252 | 20 | 35 | 0 | 133 | 123 | 41 | 543 | 123 | 44 |
| Binary | 10101010 | 10000 | 11101 | 0 | 1011011 | 1010011 | 100001 | 101100011 | 1010011 | 100100 |
Color Harmonies of #AA101D
Complementary color
Monochromatic Colors of #AA101D
Black with #AA101D
Text Example
Text Example
White with #AA101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA101D; }
p { color: rgb(170,16,29); }
H1.HeaderClassName
{
color: #AA101D;
}
.AnyTagClassName
{
color: #AA101D;
}
</style>
background-color css
<style>
a { background-color: #AA101D; }
a { background-color: rgb(170,16,29); }
div.DivClassName
{
background-color: #AA101D;
}
.BgClassName
{
background-color: #AA101D;
}
</style>
border-color css
<style>
span { border-color: #AA101D; }
span { border-color: rgb(170,16,29); }
td.TdClassName
{
border-color: #AA101D;
}
.TagClassName
{
border-color: #AA101D;
}
</style>