Shades of Carmine #AA1623
Tints of Carmine #AA1623
RGB
CMYK
RGB Variations
Color information
#AA1623 (or 0xAA1623) is known color: Carmine. HEX triplet: AA, 16 and 23. RGB value is (170,22,35). Sum of RGB (Red+Green+Blue) = 170+22+35=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1623 is #55E9DC. Grayscale: #434343. Windows color (decimal): -5630429 or 2299562. OLE color: 2299562.
HSL color Cylindrical-coordinate representation of color #AA1623: hue angle of 354.73º 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 #AA1623 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 35 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.33 |
| HSL | 354.73º | 0.77% | 0.38% | - |
| HSV(B) | 354.73º | 0.87% | 0.67% | - |
| XYZ | 17.17 | 9.24 | 2.47 | - |
| YUV | 67.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 35 | 0 | 0.87 | 0.79 | 0.33 | 354.73 | 0.77 | 0.38 |
| Hex | AA | 16 | 23 | 0 | 57 | 4F | 21 | 163 | 4D | 26 |
| Octal | 252 | 26 | 43 | 0 | 127 | 117 | 41 | 543 | 115 | 46 |
| Binary | 10101010 | 10110 | 100011 | 0 | 1010111 | 1001111 | 100001 | 101100011 | 1001101 | 100110 |
Color Harmonies of #AA1623
Complementary color
Monochromatic Colors of #AA1623
Black with #AA1623
Text Example
Text Example
White with #AA1623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1623; }
p { color: rgb(170,22,35); }
H1.HeaderClassName
{
color: #AA1623;
}
.AnyTagClassName
{
color: #AA1623;
}
</style>
background-color css
<style>
a { background-color: #AA1623; }
a { background-color: rgb(170,22,35); }
div.DivClassName
{
background-color: #AA1623;
}
.BgClassName
{
background-color: #AA1623;
}
</style>
border-color css
<style>
span { border-color: #AA1623; }
span { border-color: rgb(170,22,35); }
td.TdClassName
{
border-color: #AA1623;
}
.TagClassName
{
border-color: #AA1623;
}
</style>