Shades of Carmine #AA151D
Tints of Carmine #AA151D
RGB
CMYK
RGB Variations
Color information
#AA151D (or 0xAA151D) is known color: Carmine. HEX triplet: AA, 15 and 1D. RGB value is (170,21,29). Sum of RGB (Red+Green+Blue) = 170+21+29=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA151D is #55EAE2. Grayscale: #424242. Windows color (decimal): -5630691 or 1906090. OLE color: 1906090.
HSL color Cylindrical-coordinate representation of color #AA151D: hue angle of 356.78º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA151D is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 29 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.33 |
| HSL | 356.78º | 0.78% | 0.37% | - |
| HSV(B) | 356.78º | 0.88% | 0.67% | - |
| XYZ | 17.07 | 9.17 | 2.03 | - |
| YUV | 66.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 29 | 0 | 0.88 | 0.83 | 0.33 | 356.78 | 0.78 | 0.37 |
| Hex | AA | 15 | 1D | 0 | 58 | 53 | 21 | 165 | 4E | 25 |
| Octal | 252 | 25 | 35 | 0 | 130 | 123 | 41 | 545 | 116 | 45 |
| Binary | 10101010 | 10101 | 11101 | 0 | 1011000 | 1010011 | 100001 | 101100101 | 1001110 | 100101 |
Color Harmonies of #AA151D
Complementary color
Monochromatic Colors of #AA151D
Black with #AA151D
Text Example
Text Example
White with #AA151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA151D; }
p { color: rgb(170,21,29); }
H1.HeaderClassName
{
color: #AA151D;
}
.AnyTagClassName
{
color: #AA151D;
}
</style>
background-color css
<style>
a { background-color: #AA151D; }
a { background-color: rgb(170,21,29); }
div.DivClassName
{
background-color: #AA151D;
}
.BgClassName
{
background-color: #AA151D;
}
</style>
border-color css
<style>
span { border-color: #AA151D; }
span { border-color: rgb(170,21,29); }
td.TdClassName
{
border-color: #AA151D;
}
.TagClassName
{
border-color: #AA151D;
}
</style>