Shades of Carmine #AA0D12
Tints of Carmine #AA0D12
RGB
CMYK
RGB Variations
Color information
#AA0D12 (or 0xAA0D12) is known color: Carmine. HEX triplet: AA, 0D and 12. RGB value is (170,13,18). Sum of RGB (Red+Green+Blue) = 170+13+18=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0D12 is #55F2ED. Grayscale: #3C3C3C. Windows color (decimal): -5632750 or 1183146. OLE color: 1183146.
HSL color Cylindrical-coordinate representation of color #AA0D12: hue angle of 358.09º 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 #AA0D12 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 18 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.33 |
| HSL | 358.09º | 0.86% | 0.36% | - |
| HSV(B) | 358.09º | 0.92% | 0.67% | - |
| XYZ | 16.83 | 8.88 | 1.4 | - |
| YUV | 60.51 | 104.01 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 18 | 0 | 0.92 | 0.89 | 0.33 | 358.09 | 0.86 | 0.36 |
| Hex | AA | D | 12 | 0 | 5C | 59 | 21 | 166 | 56 | 24 |
| Octal | 252 | 15 | 22 | 0 | 134 | 131 | 41 | 546 | 126 | 44 |
| Binary | 10101010 | 1101 | 10010 | 0 | 1011100 | 1011001 | 100001 | 101100110 | 1010110 | 100100 |
Color Harmonies of #AA0D12
Complementary color
Monochromatic Colors of #AA0D12
Black with #AA0D12
Text Example
Text Example
White with #AA0D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D12; }
p { color: rgb(170,13,18); }
H1.HeaderClassName
{
color: #AA0D12;
}
.AnyTagClassName
{
color: #AA0D12;
}
</style>
background-color css
<style>
a { background-color: #AA0D12; }
a { background-color: rgb(170,13,18); }
div.DivClassName
{
background-color: #AA0D12;
}
.BgClassName
{
background-color: #AA0D12;
}
</style>
border-color css
<style>
span { border-color: #AA0D12; }
span { border-color: rgb(170,13,18); }
td.TdClassName
{
border-color: #AA0D12;
}
.TagClassName
{
border-color: #AA0D12;
}
</style>