Shades of Carmine #AA181E
Tints of Carmine #AA181E
RGB
CMYK
RGB Variations
Color information
#AA181E (or 0xAA181E) is known color: Carmine. HEX triplet: AA, 18 and 1E. RGB value is (170,24,30). Sum of RGB (Red+Green+Blue) = 170+24+30=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA181E is #55E7E1. Grayscale: #444444. Windows color (decimal): -5629922 or 1972394. OLE color: 1972394.
HSL color Cylindrical-coordinate representation of color #AA181E: hue angle of 357.53º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA181E is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 30 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.33 |
| HSL | 357.53º | 0.75% | 0.38% | - |
| HSV(B) | 357.53º | 0.86% | 0.67% | - |
| XYZ | 17.14 | 9.29 | 2.12 | - |
| YUV | 68.34 | 106.37 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 30 | 0 | 0.86 | 0.82 | 0.33 | 357.53 | 0.75 | 0.38 |
| Hex | AA | 18 | 1E | 0 | 56 | 52 | 21 | 166 | 4B | 26 |
| Octal | 252 | 30 | 36 | 0 | 126 | 122 | 41 | 546 | 113 | 46 |
| Binary | 10101010 | 11000 | 11110 | 0 | 1010110 | 1010010 | 100001 | 101100110 | 1001011 | 100110 |
Color Harmonies of #AA181E
Complementary color
Monochromatic Colors of #AA181E
Black with #AA181E
Text Example
Text Example
White with #AA181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA181E; }
p { color: rgb(170,24,30); }
H1.HeaderClassName
{
color: #AA181E;
}
.AnyTagClassName
{
color: #AA181E;
}
</style>
background-color css
<style>
a { background-color: #AA181E; }
a { background-color: rgb(170,24,30); }
div.DivClassName
{
background-color: #AA181E;
}
.BgClassName
{
background-color: #AA181E;
}
</style>
border-color css
<style>
span { border-color: #AA181E; }
span { border-color: rgb(170,24,30); }
td.TdClassName
{
border-color: #AA181E;
}
.TagClassName
{
border-color: #AA181E;
}
</style>