Shades of Carmine #AA0328
Tints of Carmine #AA0328
RGB
CMYK
RGB Variations
Color information
#AA0328 (or 0xAA0328) is known color: Carmine. HEX triplet: AA, 03 and 28. RGB value is (170,3,40). Sum of RGB (Red+Green+Blue) = 170+3+40=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0328 is #55FCD7. Grayscale: #393939. Windows color (decimal): -5635288 or 2622378. OLE color: 2622378.
HSL color Cylindrical-coordinate representation of color #AA0328: hue angle of 346.71º 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 #AA0328 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.33 |
| HSL | 346.71º | 0.97% | 0.34% | - |
| HSV(B) | 346.71º | 0.98% | 0.67% | - |
| XYZ | 16.99 | 8.76 | 2.8 | - |
| YUV | 57.15 | 118.33 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 40 | 0 | 0.98 | 0.76 | 0.33 | 346.71 | 0.97 | 0.34 |
| Hex | AA | 3 | 28 | 0 | 62 | 4C | 21 | 15B | 61 | 22 |
| Octal | 252 | 3 | 50 | 0 | 142 | 114 | 41 | 533 | 141 | 42 |
| Binary | 10101010 | 11 | 101000 | 0 | 1100010 | 1001100 | 100001 | 101011011 | 1100001 | 100010 |
Color Harmonies of #AA0328
Complementary color
Monochromatic Colors of #AA0328
Black with #AA0328
Text Example
Text Example
White with #AA0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0328; }
p { color: rgb(170,3,40); }
H1.HeaderClassName
{
color: #AA0328;
}
.AnyTagClassName
{
color: #AA0328;
}
</style>
background-color css
<style>
a { background-color: #AA0328; }
a { background-color: rgb(170,3,40); }
div.DivClassName
{
background-color: #AA0328;
}
.BgClassName
{
background-color: #AA0328;
}
</style>
border-color css
<style>
span { border-color: #AA0328; }
span { border-color: rgb(170,3,40); }
td.TdClassName
{
border-color: #AA0328;
}
.TagClassName
{
border-color: #AA0328;
}
</style>