Shades of Carmine #A90013
Tints of Carmine #A90013
RGB
CMYK
RGB Variations
Color information
#A90013 (or 0xA90013) is known color: Carmine. HEX triplet: A9, 00 and 13. RGB value is (169,0,19). Sum of RGB (Red+Green+Blue) = 169+0+19=188 (24% of max value = 765). Red value is 169 (66.41% from 255 or 89.89% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 169 - color contains mainly: red. Hex color #A90013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90013 is #56FFEC. Grayscale: #343434. Windows color (decimal): -5701613 or 1245353. OLE color: 1245353.
HSL color Cylindrical-coordinate representation of color #A90013: hue angle of 353.25º 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 #A90013 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.89 | 0.34 |
| HSL | 353.25º | 1% | 0.33% | - |
| HSV(B) | 353.25º | 1% | 0.66% | - |
| XYZ | 16.48 | 8.48 | 1.38 | - |
| YUV | 52.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 19 | 0 | 1 | 0.89 | 0.34 | 353.25 | 1 | 0.33 |
| Hex | A9 | 0 | 13 | 0 | 64 | 59 | 22 | 161 | 64 | 21 |
| Octal | 251 | 0 | 23 | 0 | 144 | 131 | 42 | 541 | 144 | 41 |
| Binary | 10101001 | 0 | 10011 | 0 | 1100100 | 1011001 | 100010 | 101100001 | 1100100 | 100001 |
Color Harmonies of #A90013
Complementary color
Monochromatic Colors of #A90013
Black with #A90013
Text Example
Text Example
White with #A90013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90013; }
p { color: rgb(169,0,19); }
H1.HeaderClassName
{
color: #A90013;
}
.AnyTagClassName
{
color: #A90013;
}
</style>
background-color css
<style>
a { background-color: #A90013; }
a { background-color: rgb(169,0,19); }
div.DivClassName
{
background-color: #A90013;
}
.BgClassName
{
background-color: #A90013;
}
</style>
border-color css
<style>
span { border-color: #A90013; }
span { border-color: rgb(169,0,19); }
td.TdClassName
{
border-color: #A90013;
}
.TagClassName
{
border-color: #A90013;
}
</style>