Shades of Carmine #A90A19
Tints of Carmine #A90A19
RGB
CMYK
RGB Variations
Color information
#A90A19 (or 0xA90A19) is known color: Carmine. HEX triplet: A9, 0A and 19. RGB value is (169,10,25). Sum of RGB (Red+Green+Blue) = 169+10+25=204 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.84% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90A19 is #56F5E6. Grayscale: #3B3B3B. Windows color (decimal): -5699047 or 1641129. OLE color: 1641129.
HSL color Cylindrical-coordinate representation of color #A90A19: hue angle of 354.34º 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 #A90A19 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 10 | 25 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.34 |
| HSL | 354.34º | 0.89% | 0.35% | - |
| HSV(B) | 354.34º | 0.94% | 0.66% | - |
| XYZ | 16.65 | 8.72 | 1.73 | - |
| YUV | 59.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 25 | 0 | 0.94 | 0.85 | 0.34 | 354.34 | 0.89 | 0.35 |
| Hex | A9 | A | 19 | 0 | 5E | 55 | 22 | 162 | 59 | 23 |
| Octal | 251 | 12 | 31 | 0 | 136 | 125 | 42 | 542 | 131 | 43 |
| Binary | 10101001 | 1010 | 11001 | 0 | 1011110 | 1010101 | 100010 | 101100010 | 1011001 | 100011 |
Color Harmonies of #A90A19
Complementary color
Monochromatic Colors of #A90A19
Black with #A90A19
Text Example
Text Example
White with #A90A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90A19; }
p { color: rgb(169,10,25); }
H1.HeaderClassName
{
color: #A90A19;
}
.AnyTagClassName
{
color: #A90A19;
}
</style>
background-color css
<style>
a { background-color: #A90A19; }
a { background-color: rgb(169,10,25); }
div.DivClassName
{
background-color: #A90A19;
}
.BgClassName
{
background-color: #A90A19;
}
</style>
border-color css
<style>
span { border-color: #A90A19; }
span { border-color: rgb(169,10,25); }
td.TdClassName
{
border-color: #A90A19;
}
.TagClassName
{
border-color: #A90A19;
}
</style>