Shades of Carmine #A90A20
Tints of Carmine #A90A20
RGB
CMYK
RGB Variations
Color information
#A90A20 (or 0xA90A20) is known color: Carmine. HEX triplet: A9, 0A and 20. RGB value is (169,10,32). Sum of RGB (Red+Green+Blue) = 169+10+32=211 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.09% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90A20 is #56F5DF. Grayscale: #3C3C3C. Windows color (decimal): -5699040 or 2099881. OLE color: 2099881.
HSL color Cylindrical-coordinate representation of color #A90A20: hue angle of 351.7º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90A20 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 10 | 32 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.34 |
| HSL | 351.7º | 0.89% | 0.35% | - |
| HSV(B) | 351.7º | 0.94% | 0.66% | - |
| XYZ | 16.73 | 8.76 | 2.17 | - |
| YUV | 60.05 | 112.18 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 32 | 0 | 0.94 | 0.81 | 0.34 | 351.7 | 0.89 | 0.35 |
| Hex | A9 | A | 20 | 0 | 5E | 51 | 22 | 160 | 59 | 23 |
| Octal | 251 | 12 | 40 | 0 | 136 | 121 | 42 | 540 | 131 | 43 |
| Binary | 10101001 | 1010 | 100000 | 0 | 1011110 | 1010001 | 100010 | 101100000 | 1011001 | 100011 |
Color Harmonies of #A90A20
Complementary color
Monochromatic Colors of #A90A20
Black with #A90A20
Text Example
Text Example
White with #A90A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90A20; }
p { color: rgb(169,10,32); }
H1.HeaderClassName
{
color: #A90A20;
}
.AnyTagClassName
{
color: #A90A20;
}
</style>
background-color css
<style>
a { background-color: #A90A20; }
a { background-color: rgb(169,10,32); }
div.DivClassName
{
background-color: #A90A20;
}
.BgClassName
{
background-color: #A90A20;
}
</style>
border-color css
<style>
span { border-color: #A90A20; }
span { border-color: rgb(169,10,32); }
td.TdClassName
{
border-color: #A90A20;
}
.TagClassName
{
border-color: #A90A20;
}
</style>