Shades of Carmine #AA1323
Tints of Carmine #AA1323
RGB
CMYK
RGB Variations
Color information
#AA1323 (or 0xAA1323) is known color: Carmine. HEX triplet: AA, 13 and 23. RGB value is (170,19,35). Sum of RGB (Red+Green+Blue) = 170+19+35=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1323 is #55ECDC. Grayscale: #424242. Windows color (decimal): -5631197 or 2298794. OLE color: 2298794.
HSL color Cylindrical-coordinate representation of color #AA1323: hue angle of 353.64º 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 #AA1323 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 35 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.33 |
| HSL | 353.64º | 0.8% | 0.37% | - |
| HSV(B) | 353.64º | 0.89% | 0.67% | - |
| XYZ | 17.11 | 9.13 | 2.45 | - |
| YUV | 65.97 | 110.53 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 35 | 0 | 0.89 | 0.79 | 0.33 | 353.64 | 0.8 | 0.37 |
| Hex | AA | 13 | 23 | 0 | 59 | 4F | 21 | 162 | 50 | 25 |
| Octal | 252 | 23 | 43 | 0 | 131 | 117 | 41 | 542 | 120 | 45 |
| Binary | 10101010 | 10011 | 100011 | 0 | 1011001 | 1001111 | 100001 | 101100010 | 1010000 | 100101 |
Color Harmonies of #AA1323
Complementary color
Monochromatic Colors of #AA1323
Black with #AA1323
Text Example
Text Example
White with #AA1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1323; }
p { color: rgb(170,19,35); }
H1.HeaderClassName
{
color: #AA1323;
}
.AnyTagClassName
{
color: #AA1323;
}
</style>
background-color css
<style>
a { background-color: #AA1323; }
a { background-color: rgb(170,19,35); }
div.DivClassName
{
background-color: #AA1323;
}
.BgClassName
{
background-color: #AA1323;
}
</style>
border-color css
<style>
span { border-color: #AA1323; }
span { border-color: rgb(170,19,35); }
td.TdClassName
{
border-color: #AA1323;
}
.TagClassName
{
border-color: #AA1323;
}
</style>