Shades of Carmine #AA1625
Tints of Carmine #AA1625
RGB
CMYK
RGB Variations
Color information
#AA1625 (or 0xAA1625) is known color: Carmine. HEX triplet: AA, 16 and 25. RGB value is (170,22,37). Sum of RGB (Red+Green+Blue) = 170+22+37=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1625 is #55E9DA. Grayscale: #444444. Windows color (decimal): -5630427 or 2430634. OLE color: 2430634.
HSL color Cylindrical-coordinate representation of color #AA1625: hue angle of 353.92º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1625 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 37 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.33 |
| HSL | 353.92º | 0.77% | 0.38% | - |
| HSV(B) | 353.92º | 0.87% | 0.67% | - |
| XYZ | 17.2 | 9.25 | 2.63 | - |
| YUV | 67.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 37 | 0 | 0.87 | 0.78 | 0.33 | 353.92 | 0.77 | 0.38 |
| Hex | AA | 16 | 25 | 0 | 57 | 4E | 21 | 162 | 4D | 26 |
| Octal | 252 | 26 | 45 | 0 | 127 | 116 | 41 | 542 | 115 | 46 |
| Binary | 10101010 | 10110 | 100101 | 0 | 1010111 | 1001110 | 100001 | 101100010 | 1001101 | 100110 |
Color Harmonies of #AA1625
Complementary color
Monochromatic Colors of #AA1625
Black with #AA1625
Text Example
Text Example
White with #AA1625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1625; }
p { color: rgb(170,22,37); }
H1.HeaderClassName
{
color: #AA1625;
}
.AnyTagClassName
{
color: #AA1625;
}
</style>
background-color css
<style>
a { background-color: #AA1625; }
a { background-color: rgb(170,22,37); }
div.DivClassName
{
background-color: #AA1625;
}
.BgClassName
{
background-color: #AA1625;
}
</style>
border-color css
<style>
span { border-color: #AA1625; }
span { border-color: rgb(170,22,37); }
td.TdClassName
{
border-color: #AA1625;
}
.TagClassName
{
border-color: #AA1625;
}
</style>