Shades of Carmine #AA040F
Tints of Carmine #AA040F
RGB
CMYK
RGB Variations
Color information
#AA040F (or 0xAA040F) is known color: Carmine. HEX triplet: AA, 04 and 0F. RGB value is (170,4,15). Sum of RGB (Red+Green+Blue) = 170+4+15=189 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.95% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 170 - color contains mainly: red. Hex color #AA040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA040F is #55FBF0. Grayscale: #373737. Windows color (decimal): -5635057 or 984234. OLE color: 984234.
HSL color Cylindrical-coordinate representation of color #AA040F: hue angle of 356.02º 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 #AA040F is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.33 |
| HSL | 356.02º | 0.95% | 0.34% | - |
| HSV(B) | 356.02º | 0.98% | 0.67% | - |
| XYZ | 16.71 | 8.67 | 1.24 | - |
| YUV | 54.89 | 105.5 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 15 | 0 | 0.98 | 0.91 | 0.33 | 356.02 | 0.95 | 0.34 |
| Hex | AA | 4 | F | 0 | 62 | 5B | 21 | 164 | 5F | 22 |
| Octal | 252 | 4 | 17 | 0 | 142 | 133 | 41 | 544 | 137 | 42 |
| Binary | 10101010 | 100 | 1111 | 0 | 1100010 | 1011011 | 100001 | 101100100 | 1011111 | 100010 |
Color Harmonies of #AA040F
Complementary color
Monochromatic Colors of #AA040F
Black with #AA040F
Text Example
Text Example
White with #AA040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA040F; }
p { color: rgb(170,4,15); }
H1.HeaderClassName
{
color: #AA040F;
}
.AnyTagClassName
{
color: #AA040F;
}
</style>
background-color css
<style>
a { background-color: #AA040F; }
a { background-color: rgb(170,4,15); }
div.DivClassName
{
background-color: #AA040F;
}
.BgClassName
{
background-color: #AA040F;
}
</style>
border-color css
<style>
span { border-color: #AA040F; }
span { border-color: rgb(170,4,15); }
td.TdClassName
{
border-color: #AA040F;
}
.TagClassName
{
border-color: #AA040F;
}
</style>