Shades of Carmine #AA141B
Tints of Carmine #AA141B
RGB
CMYK
RGB Variations
Color information
#AA141B (or 0xAA141B) is known color: Carmine. HEX triplet: AA, 14 and 1B. RGB value is (170,20,27). Sum of RGB (Red+Green+Blue) = 170+20+27=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA141B is #55EBE4. Grayscale: #414141. Windows color (decimal): -5630949 or 1774762. OLE color: 1774762.
HSL color Cylindrical-coordinate representation of color #AA141B: hue angle of 357.2º 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 #AA141B is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 27 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.33 |
| HSL | 357.2º | 0.79% | 0.37% | - |
| HSV(B) | 357.2º | 0.88% | 0.67% | - |
| XYZ | 17.03 | 9.13 | 1.9 | - |
| YUV | 65.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 27 | 0 | 0.88 | 0.84 | 0.33 | 357.2 | 0.79 | 0.37 |
| Hex | AA | 14 | 1B | 0 | 58 | 54 | 21 | 165 | 4F | 25 |
| Octal | 252 | 24 | 33 | 0 | 130 | 124 | 41 | 545 | 117 | 45 |
| Binary | 10101010 | 10100 | 11011 | 0 | 1011000 | 1010100 | 100001 | 101100101 | 1001111 | 100101 |
Color Harmonies of #AA141B
Complementary color
Monochromatic Colors of #AA141B
Black with #AA141B
Text Example
Text Example
White with #AA141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA141B; }
p { color: rgb(170,20,27); }
H1.HeaderClassName
{
color: #AA141B;
}
.AnyTagClassName
{
color: #AA141B;
}
</style>
background-color css
<style>
a { background-color: #AA141B; }
a { background-color: rgb(170,20,27); }
div.DivClassName
{
background-color: #AA141B;
}
.BgClassName
{
background-color: #AA141B;
}
</style>
border-color css
<style>
span { border-color: #AA141B; }
span { border-color: rgb(170,20,27); }
td.TdClassName
{
border-color: #AA141B;
}
.TagClassName
{
border-color: #AA141B;
}
</style>