Shades of Carmine #AA0310
Tints of Carmine #AA0310
RGB
CMYK
RGB Variations
Color information
#AA0310 (or 0xAA0310) is known color: Carmine. HEX triplet: AA, 03 and 10. RGB value is (170,3,16). Sum of RGB (Red+Green+Blue) = 170+3+16=189 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.95% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0310 is #55FCEF. Grayscale: #363636. Windows color (decimal): -5635312 or 1049514. OLE color: 1049514.
HSL color Cylindrical-coordinate representation of color #AA0310: hue angle of 355.33º degrees, saturation: 0.97, 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 #AA0310 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 16 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.33 |
| HSL | 355.33º | 0.97% | 0.34% | - |
| HSV(B) | 355.33º | 0.98% | 0.67% | - |
| XYZ | 16.7 | 8.65 | 1.28 | - |
| YUV | 54.42 | 106.33 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 16 | 0 | 0.98 | 0.91 | 0.33 | 355.33 | 0.97 | 0.34 |
| Hex | AA | 3 | 10 | 0 | 62 | 5B | 21 | 163 | 61 | 22 |
| Octal | 252 | 3 | 20 | 0 | 142 | 133 | 41 | 543 | 141 | 42 |
| Binary | 10101010 | 11 | 10000 | 0 | 1100010 | 1011011 | 100001 | 101100011 | 1100001 | 100010 |
Color Harmonies of #AA0310
Complementary color
Monochromatic Colors of #AA0310
Black with #AA0310
Text Example
Text Example
White with #AA0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0310; }
p { color: rgb(170,3,16); }
H1.HeaderClassName
{
color: #AA0310;
}
.AnyTagClassName
{
color: #AA0310;
}
</style>
background-color css
<style>
a { background-color: #AA0310; }
a { background-color: rgb(170,3,16); }
div.DivClassName
{
background-color: #AA0310;
}
.BgClassName
{
background-color: #AA0310;
}
</style>
border-color css
<style>
span { border-color: #AA0310; }
span { border-color: rgb(170,3,16); }
td.TdClassName
{
border-color: #AA0310;
}
.TagClassName
{
border-color: #AA0310;
}
</style>