Shades of Carmine #AA011F
Tints of Carmine #AA011F
RGB
CMYK
RGB Variations
Color information
#AA011F (or 0xAA011F) is known color: Carmine. HEX triplet: AA, 01 and 1F. RGB value is (170,1,31). Sum of RGB (Red+Green+Blue) = 170+1+31=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA011F is #55FEE0. Grayscale: #373737. Windows color (decimal): -5635809 or 2032042. OLE color: 2032042.
HSL color Cylindrical-coordinate representation of color #AA011F: hue angle of 349.35º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA011F is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.33 |
| HSL | 349.35º | 0.99% | 0.34% | - |
| HSV(B) | 349.35º | 0.99% | 0.67% | - |
| XYZ | 16.84 | 8.67 | 2.08 | - |
| YUV | 54.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 31 | 0 | 0.99 | 0.82 | 0.33 | 349.35 | 0.99 | 0.34 |
| Hex | AA | 1 | 1F | 0 | 63 | 52 | 21 | 15D | 63 | 22 |
| Octal | 252 | 1 | 37 | 0 | 143 | 122 | 41 | 535 | 143 | 42 |
| Binary | 10101010 | 1 | 11111 | 0 | 1100011 | 1010010 | 100001 | 101011101 | 1100011 | 100010 |
Color Harmonies of #AA011F
Complementary color
Monochromatic Colors of #AA011F
Black with #AA011F
Text Example
Text Example
White with #AA011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA011F; }
p { color: rgb(170,1,31); }
H1.HeaderClassName
{
color: #AA011F;
}
.AnyTagClassName
{
color: #AA011F;
}
</style>
background-color css
<style>
a { background-color: #AA011F; }
a { background-color: rgb(170,1,31); }
div.DivClassName
{
background-color: #AA011F;
}
.BgClassName
{
background-color: #AA011F;
}
</style>
border-color css
<style>
span { border-color: #AA011F; }
span { border-color: rgb(170,1,31); }
td.TdClassName
{
border-color: #AA011F;
}
.TagClassName
{
border-color: #AA011F;
}
</style>