Shades of Carmine #A90413
Tints of Carmine #A90413
RGB
CMYK
RGB Variations
Color information
#A90413 (or 0xA90413) is known color: Carmine. HEX triplet: A9, 04 and 13. RGB value is (169,4,19). Sum of RGB (Red+Green+Blue) = 169+4+19=192 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.02% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 169 - color contains mainly: red. Hex color #A90413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90413 is #56FBEC. Grayscale: #373737. Windows color (decimal): -5700589 or 1246377. OLE color: 1246377.
HSL color Cylindrical-coordinate representation of color #A90413: hue angle of 354.55º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A90413 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 19 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.34 |
| HSL | 354.55º | 0.95% | 0.34% | - |
| HSV(B) | 354.55º | 0.98% | 0.66% | - |
| XYZ | 16.52 | 8.57 | 1.4 | - |
| YUV | 55.05 | 107.66 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 19 | 0 | 0.98 | 0.89 | 0.34 | 354.55 | 0.95 | 0.34 |
| Hex | A9 | 4 | 13 | 0 | 62 | 59 | 22 | 163 | 5F | 22 |
| Octal | 251 | 4 | 23 | 0 | 142 | 131 | 42 | 543 | 137 | 42 |
| Binary | 10101001 | 100 | 10011 | 0 | 1100010 | 1011001 | 100010 | 101100011 | 1011111 | 100010 |
Color Harmonies of #A90413
Complementary color
Monochromatic Colors of #A90413
Black with #A90413
Text Example
Text Example
White with #A90413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90413; }
p { color: rgb(169,4,19); }
H1.HeaderClassName
{
color: #A90413;
}
.AnyTagClassName
{
color: #A90413;
}
</style>
background-color css
<style>
a { background-color: #A90413; }
a { background-color: rgb(169,4,19); }
div.DivClassName
{
background-color: #A90413;
}
.BgClassName
{
background-color: #A90413;
}
</style>
border-color css
<style>
span { border-color: #A90413; }
span { border-color: rgb(169,4,19); }
td.TdClassName
{
border-color: #A90413;
}
.TagClassName
{
border-color: #A90413;
}
</style>