Shades of Carmine #A91013
Tints of Carmine #A91013
RGB
CMYK
RGB Variations
Color information
#A91013 (or 0xA91013) is known color: Carmine. HEX triplet: A9, 10 and 13. RGB value is (169,16,19). Sum of RGB (Red+Green+Blue) = 169+16+19=204 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.84% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 169 - color contains mainly: red. Hex color #A91013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91013 is #56EFEC. Grayscale: #3E3E3E. Windows color (decimal): -5697517 or 1249449. OLE color: 1249449.
HSL color Cylindrical-coordinate representation of color #A91013: hue angle of 358.82º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91013 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 19 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.34 |
| HSL | 358.82º | 0.83% | 0.36% | - |
| HSV(B) | 358.82º | 0.91% | 0.66% | - |
| XYZ | 16.67 | 8.85 | 1.45 | - |
| YUV | 62.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 19 | 0 | 0.91 | 0.89 | 0.34 | 358.82 | 0.83 | 0.36 |
| Hex | A9 | 10 | 13 | 0 | 5B | 59 | 22 | 167 | 53 | 24 |
| Octal | 251 | 20 | 23 | 0 | 133 | 131 | 42 | 547 | 123 | 44 |
| Binary | 10101001 | 10000 | 10011 | 0 | 1011011 | 1011001 | 100010 | 101100111 | 1010011 | 100100 |
Color Harmonies of #A91013
Complementary color
Monochromatic Colors of #A91013
Black with #A91013
Text Example
Text Example
White with #A91013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91013; }
p { color: rgb(169,16,19); }
H1.HeaderClassName
{
color: #A91013;
}
.AnyTagClassName
{
color: #A91013;
}
</style>
background-color css
<style>
a { background-color: #A91013; }
a { background-color: rgb(169,16,19); }
div.DivClassName
{
background-color: #A91013;
}
.BgClassName
{
background-color: #A91013;
}
</style>
border-color css
<style>
span { border-color: #A91013; }
span { border-color: rgb(169,16,19); }
td.TdClassName
{
border-color: #A91013;
}
.TagClassName
{
border-color: #A91013;
}
</style>