Shades of Carmine #A90019
Tints of Carmine #A90019
RGB
CMYK
RGB Variations
Color information
#A90019 (or 0xA90019) is known color: Carmine. HEX triplet: A9, 00 and 19. RGB value is (169,0,25). Sum of RGB (Red+Green+Blue) = 169+0+25=194 (25% of max value = 765). Red value is 169 (66.41% from 255 or 87.11% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 169 - color contains mainly: red. Hex color #A90019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90019 is #56FFE6. Grayscale: #353535. Windows color (decimal): -5701607 or 1638569. OLE color: 1638569.
HSL color Cylindrical-coordinate representation of color #A90019: hue angle of 351.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90019 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.85 | 0.34 |
| HSL | 351.12º | 1% | 0.33% | - |
| HSV(B) | 351.12º | 1% | 0.66% | - |
| XYZ | 16.54 | 8.51 | 1.69 | - |
| YUV | 53.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 25 | 0 | 1 | 0.85 | 0.34 | 351.12 | 1 | 0.33 |
| Hex | A9 | 0 | 19 | 0 | 64 | 55 | 22 | 15F | 64 | 21 |
| Octal | 251 | 0 | 31 | 0 | 144 | 125 | 42 | 537 | 144 | 41 |
| Binary | 10101001 | 0 | 11001 | 0 | 1100100 | 1010101 | 100010 | 101011111 | 1100100 | 100001 |
Color Harmonies of #A90019
Complementary color
Monochromatic Colors of #A90019
Black with #A90019
Text Example
Text Example
White with #A90019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90019; }
p { color: rgb(169,0,25); }
H1.HeaderClassName
{
color: #A90019;
}
.AnyTagClassName
{
color: #A90019;
}
</style>
background-color css
<style>
a { background-color: #A90019; }
a { background-color: rgb(169,0,25); }
div.DivClassName
{
background-color: #A90019;
}
.BgClassName
{
background-color: #A90019;
}
</style>
border-color css
<style>
span { border-color: #A90019; }
span { border-color: rgb(169,0,25); }
td.TdClassName
{
border-color: #A90019;
}
.TagClassName
{
border-color: #A90019;
}
</style>