Shades of Carmine #A90517
Tints of Carmine #A90517
RGB
CMYK
RGB Variations
Color information
#A90517 (or 0xA90517) is known color: Carmine. HEX triplet: A9, 05 and 17. RGB value is (169,5,23). Sum of RGB (Red+Green+Blue) = 169+5+23=197 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.79% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 169 - color contains mainly: red. Hex color #A90517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90517 is #56FAE8. Grayscale: #383838. Windows color (decimal): -5700329 or 1508777. OLE color: 1508777.
HSL color Cylindrical-coordinate representation of color #A90517: hue angle of 353.41º 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 #A90517 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 23 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.34 |
| HSL | 353.41º | 0.94% | 0.34% | - |
| HSV(B) | 353.41º | 0.97% | 0.66% | - |
| XYZ | 16.57 | 8.61 | 1.6 | - |
| YUV | 56.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 23 | 0 | 0.97 | 0.86 | 0.34 | 353.41 | 0.94 | 0.34 |
| Hex | A9 | 5 | 17 | 0 | 61 | 56 | 22 | 161 | 5E | 22 |
| Octal | 251 | 5 | 27 | 0 | 141 | 126 | 42 | 541 | 136 | 42 |
| Binary | 10101001 | 101 | 10111 | 0 | 1100001 | 1010110 | 100010 | 101100001 | 1011110 | 100010 |
Color Harmonies of #A90517
Complementary color
Monochromatic Colors of #A90517
Black with #A90517
Text Example
Text Example
White with #A90517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90517; }
p { color: rgb(169,5,23); }
H1.HeaderClassName
{
color: #A90517;
}
.AnyTagClassName
{
color: #A90517;
}
</style>
background-color css
<style>
a { background-color: #A90517; }
a { background-color: rgb(169,5,23); }
div.DivClassName
{
background-color: #A90517;
}
.BgClassName
{
background-color: #A90517;
}
</style>
border-color css
<style>
span { border-color: #A90517; }
span { border-color: rgb(169,5,23); }
td.TdClassName
{
border-color: #A90517;
}
.TagClassName
{
border-color: #A90517;
}
</style>