Shades of Carmine #AA1427
Tints of Carmine #AA1427
RGB
CMYK
RGB Variations
Color information
#AA1427 (or 0xAA1427) is known color: Carmine. HEX triplet: AA, 14 and 27. RGB value is (170,20,39). Sum of RGB (Red+Green+Blue) = 170+20+39=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1427 is #55EBD8. Grayscale: #434343. Windows color (decimal): -5630937 or 2561194. OLE color: 2561194.
HSL color Cylindrical-coordinate representation of color #AA1427: hue angle of 352.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1427 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 39 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.33 |
| HSL | 352.4º | 0.79% | 0.37% | - |
| HSV(B) | 352.4º | 0.88% | 0.67% | - |
| XYZ | 17.19 | 9.19 | 2.79 | - |
| YUV | 67.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 39 | 0 | 0.88 | 0.77 | 0.33 | 352.4 | 0.79 | 0.37 |
| Hex | AA | 14 | 27 | 0 | 58 | 4D | 21 | 160 | 4F | 25 |
| Octal | 252 | 24 | 47 | 0 | 130 | 115 | 41 | 540 | 117 | 45 |
| Binary | 10101010 | 10100 | 100111 | 0 | 1011000 | 1001101 | 100001 | 101100000 | 1001111 | 100101 |
Color Harmonies of #AA1427
Complementary color
Monochromatic Colors of #AA1427
Black with #AA1427
Text Example
Text Example
White with #AA1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1427; }
p { color: rgb(170,20,39); }
H1.HeaderClassName
{
color: #AA1427;
}
.AnyTagClassName
{
color: #AA1427;
}
</style>
background-color css
<style>
a { background-color: #AA1427; }
a { background-color: rgb(170,20,39); }
div.DivClassName
{
background-color: #AA1427;
}
.BgClassName
{
background-color: #AA1427;
}
</style>
border-color css
<style>
span { border-color: #AA1427; }
span { border-color: rgb(170,20,39); }
td.TdClassName
{
border-color: #AA1427;
}
.TagClassName
{
border-color: #AA1427;
}
</style>