Shades of Carmine #AA0036
Tints of Carmine #AA0036
RGB
CMYK
RGB Variations
Color information
#AA0036 (or 0xAA0036) is known color: Carmine. HEX triplet: AA, 00 and 36. RGB value is (170,0,54). Sum of RGB (Red+Green+Blue) = 170+0+54=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0036 is #55FFC9. Grayscale: #383838. Windows color (decimal): -5636042 or 3539114. OLE color: 3539114.
HSL color Cylindrical-coordinate representation of color #AA0036: hue angle of 340.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0036 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.68 | 0.33 |
| HSL | 340.94º | 1% | 0.33% | - |
| HSV(B) | 340.94º | 1% | 0.67% | - |
| XYZ | 17.24 | 8.81 | 4.28 | - |
| YUV | 56.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 54 | 0 | 1 | 0.68 | 0.33 | 340.94 | 1 | 0.33 |
| Hex | AA | 0 | 36 | 0 | 64 | 44 | 21 | 155 | 64 | 21 |
| Octal | 252 | 0 | 66 | 0 | 144 | 104 | 41 | 525 | 144 | 41 |
| Binary | 10101010 | 0 | 110110 | 0 | 1100100 | 1000100 | 100001 | 101010101 | 1100100 | 100001 |
Color Harmonies of #AA0036
Complementary color
Monochromatic Colors of #AA0036
Black with #AA0036
Text Example
Text Example
White with #AA0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0036; }
p { color: rgb(170,0,54); }
H1.HeaderClassName
{
color: #AA0036;
}
.AnyTagClassName
{
color: #AA0036;
}
</style>
background-color css
<style>
a { background-color: #AA0036; }
a { background-color: rgb(170,0,54); }
div.DivClassName
{
background-color: #AA0036;
}
.BgClassName
{
background-color: #AA0036;
}
</style>
border-color css
<style>
span { border-color: #AA0036; }
span { border-color: rgb(170,0,54); }
td.TdClassName
{
border-color: #AA0036;
}
.TagClassName
{
border-color: #AA0036;
}
</style>