Shades of Carmine #A90518
Tints of Carmine #A90518
RGB
CMYK
RGB Variations
Color information
#A90518 (or 0xA90518) is known color: Carmine. HEX triplet: A9, 05 and 18. RGB value is (169,5,24). Sum of RGB (Red+Green+Blue) = 169+5+24=198 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.35% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 169 - color contains mainly: red. Hex color #A90518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90518 is #56FAE7. Grayscale: #383838. Windows color (decimal): -5700328 or 1574313. OLE color: 1574313.
HSL color Cylindrical-coordinate representation of color #A90518: hue angle of 353.05º 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 #A90518 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 24 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.34 |
| HSL | 353.05º | 0.94% | 0.34% | - |
| HSV(B) | 353.05º | 0.97% | 0.66% | - |
| XYZ | 16.58 | 8.61 | 1.65 | - |
| YUV | 56.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 24 | 0 | 0.97 | 0.86 | 0.34 | 353.05 | 0.94 | 0.34 |
| Hex | A9 | 5 | 18 | 0 | 61 | 56 | 22 | 161 | 5E | 22 |
| Octal | 251 | 5 | 30 | 0 | 141 | 126 | 42 | 541 | 136 | 42 |
| Binary | 10101001 | 101 | 11000 | 0 | 1100001 | 1010110 | 100010 | 101100001 | 1011110 | 100010 |
Color Harmonies of #A90518
Complementary color
Monochromatic Colors of #A90518
Black with #A90518
Text Example
Text Example
White with #A90518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90518; }
p { color: rgb(169,5,24); }
H1.HeaderClassName
{
color: #A90518;
}
.AnyTagClassName
{
color: #A90518;
}
</style>
background-color css
<style>
a { background-color: #A90518; }
a { background-color: rgb(169,5,24); }
div.DivClassName
{
background-color: #A90518;
}
.BgClassName
{
background-color: #A90518;
}
</style>
border-color css
<style>
span { border-color: #A90518; }
span { border-color: rgb(169,5,24); }
td.TdClassName
{
border-color: #A90518;
}
.TagClassName
{
border-color: #A90518;
}
</style>