Shades of Carmine #A90219
Tints of Carmine #A90219
RGB
CMYK
RGB Variations
Color information
#A90219 (or 0xA90219) is known color: Carmine. HEX triplet: A9, 02 and 19. RGB value is (169,2,25). Sum of RGB (Red+Green+Blue) = 169+2+25=196 (25% of max value = 765). Red value is 169 (66.41% from 255 or 86.22% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 169 - color contains mainly: red. Hex color #A90219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90219 is #56FDE6. Grayscale: #363636. Windows color (decimal): -5701095 or 1639081. OLE color: 1639081.
HSL color Cylindrical-coordinate representation of color #A90219: hue angle of 351.74º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90219 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.34 |
| HSL | 351.74º | 0.98% | 0.34% | - |
| HSV(B) | 351.74º | 0.99% | 0.66% | - |
| XYZ | 16.56 | 8.55 | 1.7 | - |
| YUV | 54.56 | 111.33 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 25 | 0 | 0.99 | 0.85 | 0.34 | 351.74 | 0.98 | 0.34 |
| Hex | A9 | 2 | 19 | 0 | 63 | 55 | 22 | 160 | 62 | 22 |
| Octal | 251 | 2 | 31 | 0 | 143 | 125 | 42 | 540 | 142 | 42 |
| Binary | 10101001 | 10 | 11001 | 0 | 1100011 | 1010101 | 100010 | 101100000 | 1100010 | 100010 |
Color Harmonies of #A90219
Complementary color
Monochromatic Colors of #A90219
Black with #A90219
Text Example
Text Example
White with #A90219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90219; }
p { color: rgb(169,2,25); }
H1.HeaderClassName
{
color: #A90219;
}
.AnyTagClassName
{
color: #A90219;
}
</style>
background-color css
<style>
a { background-color: #A90219; }
a { background-color: rgb(169,2,25); }
div.DivClassName
{
background-color: #A90219;
}
.BgClassName
{
background-color: #A90219;
}
</style>
border-color css
<style>
span { border-color: #A90219; }
span { border-color: rgb(169,2,25); }
td.TdClassName
{
border-color: #A90219;
}
.TagClassName
{
border-color: #A90219;
}
</style>