Shades of Carmine #AA0337
Tints of Carmine #AA0337
RGB
CMYK
RGB Variations
Color information
#AA0337 (or 0xAA0337) is known color: Carmine. HEX triplet: AA, 03 and 37. RGB value is (170,3,55). Sum of RGB (Red+Green+Blue) = 170+3+55=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0337 is #55FCC8. Grayscale: #3A3A3A. Windows color (decimal): -5635273 or 3605418. OLE color: 3605418.
HSL color Cylindrical-coordinate representation of color #AA0337: hue angle of 341.32º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0337 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.33 |
| HSL | 341.32º | 0.97% | 0.34% | - |
| HSV(B) | 341.32º | 0.98% | 0.67% | - |
| XYZ | 17.3 | 8.89 | 4.42 | - |
| YUV | 58.86 | 125.83 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 55 | 0 | 0.98 | 0.68 | 0.33 | 341.32 | 0.97 | 0.34 |
| Hex | AA | 3 | 37 | 0 | 62 | 44 | 21 | 155 | 61 | 22 |
| Octal | 252 | 3 | 67 | 0 | 142 | 104 | 41 | 525 | 141 | 42 |
| Binary | 10101010 | 11 | 110111 | 0 | 1100010 | 1000100 | 100001 | 101010101 | 1100001 | 100010 |
Color Harmonies of #AA0337
Complementary color
Monochromatic Colors of #AA0337
Black with #AA0337
Text Example
Text Example
White with #AA0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0337; }
p { color: rgb(170,3,55); }
H1.HeaderClassName
{
color: #AA0337;
}
.AnyTagClassName
{
color: #AA0337;
}
</style>
background-color css
<style>
a { background-color: #AA0337; }
a { background-color: rgb(170,3,55); }
div.DivClassName
{
background-color: #AA0337;
}
.BgClassName
{
background-color: #AA0337;
}
</style>
border-color css
<style>
span { border-color: #AA0337; }
span { border-color: rgb(170,3,55); }
td.TdClassName
{
border-color: #AA0337;
}
.TagClassName
{
border-color: #AA0337;
}
</style>