Shades of Carmine #A90520
Tints of Carmine #A90520
RGB
CMYK
RGB Variations
Color information
#A90520 (or 0xA90520) is known color: Carmine. HEX triplet: A9, 05 and 20. RGB value is (169,5,32). Sum of RGB (Red+Green+Blue) = 169+5+32=206 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.04% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 169 - color contains mainly: red. Hex color #A90520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90520 is #56FADF. Grayscale: #393939. Windows color (decimal): -5700320 or 2098601. OLE color: 2098601.
HSL color Cylindrical-coordinate representation of color #A90520: hue angle of 350.12º 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 #A90520 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 32 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.34 |
| HSL | 350.12º | 0.94% | 0.34% | - |
| HSV(B) | 350.12º | 0.97% | 0.66% | - |
| XYZ | 16.68 | 8.65 | 2.16 | - |
| YUV | 57.11 | 113.83 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 32 | 0 | 0.97 | 0.81 | 0.34 | 350.12 | 0.94 | 0.34 |
| Hex | A9 | 5 | 20 | 0 | 61 | 51 | 22 | 15E | 5E | 22 |
| Octal | 251 | 5 | 40 | 0 | 141 | 121 | 42 | 536 | 136 | 42 |
| Binary | 10101001 | 101 | 100000 | 0 | 1100001 | 1010001 | 100010 | 101011110 | 1011110 | 100010 |
Color Harmonies of #A90520
Complementary color
Monochromatic Colors of #A90520
Black with #A90520
Text Example
Text Example
White with #A90520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90520; }
p { color: rgb(169,5,32); }
H1.HeaderClassName
{
color: #A90520;
}
.AnyTagClassName
{
color: #A90520;
}
</style>
background-color css
<style>
a { background-color: #A90520; }
a { background-color: rgb(169,5,32); }
div.DivClassName
{
background-color: #A90520;
}
.BgClassName
{
background-color: #A90520;
}
</style>
border-color css
<style>
span { border-color: #A90520; }
span { border-color: rgb(169,5,32); }
td.TdClassName
{
border-color: #A90520;
}
.TagClassName
{
border-color: #A90520;
}
</style>