Shades of Carmine #AA0928
Tints of Carmine #AA0928
RGB
CMYK
RGB Variations
Color information
#AA0928 (or 0xAA0928) is known color: Carmine. HEX triplet: AA, 09 and 28. RGB value is (170,9,40). Sum of RGB (Red+Green+Blue) = 170+9+40=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0928 is #55F6D7. Grayscale: #3C3C3C. Windows color (decimal): -5633752 or 2623914. OLE color: 2623914.
HSL color Cylindrical-coordinate representation of color #AA0928: hue angle of 348.45º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0928 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 40 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.33 |
| HSL | 348.45º | 0.9% | 0.35% | - |
| HSV(B) | 348.45º | 0.95% | 0.67% | - |
| XYZ | 17.06 | 8.89 | 2.83 | - |
| YUV | 60.67 | 116.34 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 40 | 0 | 0.95 | 0.76 | 0.33 | 348.45 | 0.9 | 0.35 |
| Hex | AA | 9 | 28 | 0 | 5F | 4C | 21 | 15C | 5A | 23 |
| Octal | 252 | 11 | 50 | 0 | 137 | 114 | 41 | 534 | 132 | 43 |
| Binary | 10101010 | 1001 | 101000 | 0 | 1011111 | 1001100 | 100001 | 101011100 | 1011010 | 100011 |
Color Harmonies of #AA0928
Complementary color
Monochromatic Colors of #AA0928
Black with #AA0928
Text Example
Text Example
White with #AA0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0928; }
p { color: rgb(170,9,40); }
H1.HeaderClassName
{
color: #AA0928;
}
.AnyTagClassName
{
color: #AA0928;
}
</style>
background-color css
<style>
a { background-color: #AA0928; }
a { background-color: rgb(170,9,40); }
div.DivClassName
{
background-color: #AA0928;
}
.BgClassName
{
background-color: #AA0928;
}
</style>
border-color css
<style>
span { border-color: #AA0928; }
span { border-color: rgb(170,9,40); }
td.TdClassName
{
border-color: #AA0928;
}
.TagClassName
{
border-color: #AA0928;
}
</style>