Shades of Carmine #AA181C
Tints of Carmine #AA181C
RGB
CMYK
RGB Variations
Color information
#AA181C (or 0xAA181C) is known color: Carmine. HEX triplet: AA, 18 and 1C. RGB value is (170,24,28). Sum of RGB (Red+Green+Blue) = 170+24+28=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA181C is #55E7E3. Grayscale: #444444. Windows color (decimal): -5629924 or 1841322. OLE color: 1841322.
HSL color Cylindrical-coordinate representation of color #AA181C: hue angle of 358.36º 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 #AA181C is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 28 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.33 |
| HSL | 358.36º | 0.75% | 0.38% | - |
| HSV(B) | 358.36º | 0.86% | 0.67% | - |
| XYZ | 17.11 | 9.28 | 1.99 | - |
| YUV | 68.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 28 | 0 | 0.86 | 0.84 | 0.33 | 358.36 | 0.75 | 0.38 |
| Hex | AA | 18 | 1C | 0 | 56 | 54 | 21 | 166 | 4B | 26 |
| Octal | 252 | 30 | 34 | 0 | 126 | 124 | 41 | 546 | 113 | 46 |
| Binary | 10101010 | 11000 | 11100 | 0 | 1010110 | 1010100 | 100001 | 101100110 | 1001011 | 100110 |
Color Harmonies of #AA181C
Complementary color
Monochromatic Colors of #AA181C
Black with #AA181C
Text Example
Text Example
White with #AA181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA181C; }
p { color: rgb(170,24,28); }
H1.HeaderClassName
{
color: #AA181C;
}
.AnyTagClassName
{
color: #AA181C;
}
</style>
background-color css
<style>
a { background-color: #AA181C; }
a { background-color: rgb(170,24,28); }
div.DivClassName
{
background-color: #AA181C;
}
.BgClassName
{
background-color: #AA181C;
}
</style>
border-color css
<style>
span { border-color: #AA181C; }
span { border-color: rgb(170,24,28); }
td.TdClassName
{
border-color: #AA181C;
}
.TagClassName
{
border-color: #AA181C;
}
</style>