Shades of Carmine #AA041B
Tints of Carmine #AA041B
RGB
CMYK
RGB Variations
Color information
#AA041B (or 0xAA041B) is known color: Carmine. HEX triplet: AA, 04 and 1B. RGB value is (170,4,27). Sum of RGB (Red+Green+Blue) = 170+4+27=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA041B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA041B is #55FBE4. Grayscale: #383838. Windows color (decimal): -5635045 or 1770666. OLE color: 1770666.
HSL color Cylindrical-coordinate representation of color #AA041B: hue angle of 351.69º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA041B is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.33 |
| HSL | 351.69º | 0.95% | 0.34% | - |
| HSV(B) | 351.69º | 0.98% | 0.67% | - |
| XYZ | 16.82 | 8.71 | 1.83 | - |
| YUV | 56.26 | 111.5 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 27 | 0 | 0.98 | 0.84 | 0.33 | 351.69 | 0.95 | 0.34 |
| Hex | AA | 4 | 1B | 0 | 62 | 54 | 21 | 160 | 5F | 22 |
| Octal | 252 | 4 | 33 | 0 | 142 | 124 | 41 | 540 | 137 | 42 |
| Binary | 10101010 | 100 | 11011 | 0 | 1100010 | 1010100 | 100001 | 101100000 | 1011111 | 100010 |
Color Harmonies of #AA041B
Complementary color
Monochromatic Colors of #AA041B
Black with #AA041B
Text Example
Text Example
White with #AA041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA041B; }
p { color: rgb(170,4,27); }
H1.HeaderClassName
{
color: #AA041B;
}
.AnyTagClassName
{
color: #AA041B;
}
</style>
background-color css
<style>
a { background-color: #AA041B; }
a { background-color: rgb(170,4,27); }
div.DivClassName
{
background-color: #AA041B;
}
.BgClassName
{
background-color: #AA041B;
}
</style>
border-color css
<style>
span { border-color: #AA041B; }
span { border-color: rgb(170,4,27); }
td.TdClassName
{
border-color: #AA041B;
}
.TagClassName
{
border-color: #AA041B;
}
</style>