Shades of Carmine #AA0D1B
Tints of Carmine #AA0D1B
RGB
CMYK
RGB Variations
Color information
#AA0D1B (or 0xAA0D1B) is known color: Carmine. HEX triplet: AA, 0D and 1B. RGB value is (170,13,27). Sum of RGB (Red+Green+Blue) = 170+13+27=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0D1B is #55F2E4. Grayscale: #3D3D3D. Windows color (decimal): -5632741 or 1772970. OLE color: 1772970.
HSL color Cylindrical-coordinate representation of color #AA0D1B: hue angle of 354.65º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D1B is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 27 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.33 |
| HSL | 354.65º | 0.86% | 0.36% | - |
| HSV(B) | 354.65º | 0.92% | 0.67% | - |
| XYZ | 16.92 | 8.91 | 1.87 | - |
| YUV | 61.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 27 | 0 | 0.92 | 0.84 | 0.33 | 354.65 | 0.86 | 0.36 |
| Hex | AA | D | 1B | 0 | 5C | 54 | 21 | 163 | 56 | 24 |
| Octal | 252 | 15 | 33 | 0 | 134 | 124 | 41 | 543 | 126 | 44 |
| Binary | 10101010 | 1101 | 11011 | 0 | 1011100 | 1010100 | 100001 | 101100011 | 1010110 | 100100 |
Color Harmonies of #AA0D1B
Complementary color
Monochromatic Colors of #AA0D1B
Black with #AA0D1B
Text Example
Text Example
White with #AA0D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D1B; }
p { color: rgb(170,13,27); }
H1.HeaderClassName
{
color: #AA0D1B;
}
.AnyTagClassName
{
color: #AA0D1B;
}
</style>
background-color css
<style>
a { background-color: #AA0D1B; }
a { background-color: rgb(170,13,27); }
div.DivClassName
{
background-color: #AA0D1B;
}
.BgClassName
{
background-color: #AA0D1B;
}
</style>
border-color css
<style>
span { border-color: #AA0D1B; }
span { border-color: rgb(170,13,27); }
td.TdClassName
{
border-color: #AA0D1B;
}
.TagClassName
{
border-color: #AA0D1B;
}
</style>