Shades of Carmine #A90512
Tints of Carmine #A90512
RGB
CMYK
RGB Variations
Color information
#A90512 (or 0xA90512) is known color: Carmine. HEX triplet: A9, 05 and 12. RGB value is (169,5,18). Sum of RGB (Red+Green+Blue) = 169+5+18=192 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.02% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 169 - color contains mainly: red. Hex color #A90512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90512 is #56FAED. Grayscale: #373737. Windows color (decimal): -5700334 or 1181097. OLE color: 1181097.
HSL color Cylindrical-coordinate representation of color #A90512: hue angle of 355.24º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90512 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 18 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.34 |
| HSL | 355.24º | 0.94% | 0.34% | - |
| HSV(B) | 355.24º | 0.97% | 0.66% | - |
| XYZ | 16.53 | 8.59 | 1.36 | - |
| YUV | 55.52 | 106.83 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 18 | 0 | 0.97 | 0.89 | 0.34 | 355.24 | 0.94 | 0.34 |
| Hex | A9 | 5 | 12 | 0 | 61 | 59 | 22 | 163 | 5E | 22 |
| Octal | 251 | 5 | 22 | 0 | 141 | 131 | 42 | 543 | 136 | 42 |
| Binary | 10101001 | 101 | 10010 | 0 | 1100001 | 1011001 | 100010 | 101100011 | 1011110 | 100010 |
Color Harmonies of #A90512
Complementary color
Monochromatic Colors of #A90512
Black with #A90512
Text Example
Text Example
White with #A90512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90512; }
p { color: rgb(169,5,18); }
H1.HeaderClassName
{
color: #A90512;
}
.AnyTagClassName
{
color: #A90512;
}
</style>
background-color css
<style>
a { background-color: #A90512; }
a { background-color: rgb(169,5,18); }
div.DivClassName
{
background-color: #A90512;
}
.BgClassName
{
background-color: #A90512;
}
</style>
border-color css
<style>
span { border-color: #A90512; }
span { border-color: rgb(169,5,18); }
td.TdClassName
{
border-color: #A90512;
}
.TagClassName
{
border-color: #A90512;
}
</style>