Shades of Carmine #AA1325
Tints of Carmine #AA1325
RGB
CMYK
RGB Variations
Color information
#AA1325 (or 0xAA1325) is known color: Carmine. HEX triplet: AA, 13 and 25. RGB value is (170,19,37). Sum of RGB (Red+Green+Blue) = 170+19+37=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1325 is #55ECDA. Grayscale: #424242. Windows color (decimal): -5631195 or 2429866. OLE color: 2429866.
HSL color Cylindrical-coordinate representation of color #AA1325: hue angle of 352.85º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1325 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 37 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.33 |
| HSL | 352.85º | 0.8% | 0.37% | - |
| HSV(B) | 352.85º | 0.89% | 0.67% | - |
| XYZ | 17.14 | 9.15 | 2.61 | - |
| YUV | 66.2 | 111.53 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 37 | 0 | 0.89 | 0.78 | 0.33 | 352.85 | 0.8 | 0.37 |
| Hex | AA | 13 | 25 | 0 | 59 | 4E | 21 | 161 | 50 | 25 |
| Octal | 252 | 23 | 45 | 0 | 131 | 116 | 41 | 541 | 120 | 45 |
| Binary | 10101010 | 10011 | 100101 | 0 | 1011001 | 1001110 | 100001 | 101100001 | 1010000 | 100101 |
Color Harmonies of #AA1325
Complementary color
Monochromatic Colors of #AA1325
Black with #AA1325
Text Example
Text Example
White with #AA1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1325; }
p { color: rgb(170,19,37); }
H1.HeaderClassName
{
color: #AA1325;
}
.AnyTagClassName
{
color: #AA1325;
}
</style>
background-color css
<style>
a { background-color: #AA1325; }
a { background-color: rgb(170,19,37); }
div.DivClassName
{
background-color: #AA1325;
}
.BgClassName
{
background-color: #AA1325;
}
</style>
border-color css
<style>
span { border-color: #AA1325; }
span { border-color: rgb(170,19,37); }
td.TdClassName
{
border-color: #AA1325;
}
.TagClassName
{
border-color: #AA1325;
}
</style>