Shades of Carmine #AA101B
Tints of Carmine #AA101B
RGB
CMYK
RGB Variations
Color information
#AA101B (or 0xAA101B) is known color: Carmine. HEX triplet: AA, 10 and 1B. RGB value is (170,16,27). Sum of RGB (Red+Green+Blue) = 170+16+27=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA101B is #55EFE4. Grayscale: #3F3F3F. Windows color (decimal): -5631973 or 1773738. OLE color: 1773738.
HSL color Cylindrical-coordinate representation of color #AA101B: hue angle of 355.71º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA101B is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 27 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.33 |
| HSL | 355.71º | 0.83% | 0.36% | - |
| HSV(B) | 355.71º | 0.91% | 0.67% | - |
| XYZ | 16.96 | 9 | 1.88 | - |
| YUV | 63.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 27 | 0 | 0.91 | 0.84 | 0.33 | 355.71 | 0.83 | 0.36 |
| Hex | AA | 10 | 1B | 0 | 5B | 54 | 21 | 164 | 53 | 24 |
| Octal | 252 | 20 | 33 | 0 | 133 | 124 | 41 | 544 | 123 | 44 |
| Binary | 10101010 | 10000 | 11011 | 0 | 1011011 | 1010100 | 100001 | 101100100 | 1010011 | 100100 |
Color Harmonies of #AA101B
Complementary color
Monochromatic Colors of #AA101B
Black with #AA101B
Text Example
Text Example
White with #AA101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA101B; }
p { color: rgb(170,16,27); }
H1.HeaderClassName
{
color: #AA101B;
}
.AnyTagClassName
{
color: #AA101B;
}
</style>
background-color css
<style>
a { background-color: #AA101B; }
a { background-color: rgb(170,16,27); }
div.DivClassName
{
background-color: #AA101B;
}
.BgClassName
{
background-color: #AA101B;
}
</style>
border-color css
<style>
span { border-color: #AA101B; }
span { border-color: rgb(170,16,27); }
td.TdClassName
{
border-color: #AA101B;
}
.TagClassName
{
border-color: #AA101B;
}
</style>