Shades of Carmine #AA0235
Tints of Carmine #AA0235
RGB
CMYK
RGB Variations
Color information
#AA0235 (or 0xAA0235) is known color: Carmine. HEX triplet: AA, 02 and 35. RGB value is (170,2,53). Sum of RGB (Red+Green+Blue) = 170+2+53=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0235 is #55FDCA. Grayscale: #3A3A3A. Windows color (decimal): -5635531 or 3474090. OLE color: 3474090.
HSL color Cylindrical-coordinate representation of color #AA0235: hue angle of 341.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0235 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.33 |
| HSL | 341.79º | 0.98% | 0.34% | - |
| HSV(B) | 341.79º | 0.99% | 0.67% | - |
| XYZ | 17.24 | 8.85 | 4.17 | - |
| YUV | 58.05 | 125.16 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 53 | 0 | 0.99 | 0.69 | 0.33 | 341.79 | 0.98 | 0.34 |
| Hex | AA | 2 | 35 | 0 | 63 | 45 | 21 | 156 | 62 | 22 |
| Octal | 252 | 2 | 65 | 0 | 143 | 105 | 41 | 526 | 142 | 42 |
| Binary | 10101010 | 10 | 110101 | 0 | 1100011 | 1000101 | 100001 | 101010110 | 1100010 | 100010 |
Color Harmonies of #AA0235
Complementary color
Monochromatic Colors of #AA0235
Black with #AA0235
Text Example
Text Example
White with #AA0235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0235; }
p { color: rgb(170,2,53); }
H1.HeaderClassName
{
color: #AA0235;
}
.AnyTagClassName
{
color: #AA0235;
}
</style>
background-color css
<style>
a { background-color: #AA0235; }
a { background-color: rgb(170,2,53); }
div.DivClassName
{
background-color: #AA0235;
}
.BgClassName
{
background-color: #AA0235;
}
</style>
border-color css
<style>
span { border-color: #AA0235; }
span { border-color: rgb(170,2,53); }
td.TdClassName
{
border-color: #AA0235;
}
.TagClassName
{
border-color: #AA0235;
}
</style>