Shades of Carmine #A91014
Tints of Carmine #A91014
RGB
CMYK
RGB Variations
Color information
#A91014 (or 0xA91014) is known color: Carmine. HEX triplet: A9, 10 and 14. RGB value is (169,16,20). Sum of RGB (Red+Green+Blue) = 169+16+20=205 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.44% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 169 - color contains mainly: red. Hex color #A91014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91014 is #56EFEB. Grayscale: #3E3E3E. Windows color (decimal): -5697516 or 1314985. OLE color: 1314985.
HSL color Cylindrical-coordinate representation of color #A91014: hue angle of 358.43º 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 #A91014 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 20 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.34 |
| HSL | 358.43º | 0.83% | 0.36% | - |
| HSV(B) | 358.43º | 0.91% | 0.66% | - |
| XYZ | 16.67 | 8.86 | 1.49 | - |
| YUV | 62.2 | 104.19 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 20 | 0 | 0.91 | 0.88 | 0.34 | 358.43 | 0.83 | 0.36 |
| Hex | A9 | 10 | 14 | 0 | 5B | 58 | 22 | 166 | 53 | 24 |
| Octal | 251 | 20 | 24 | 0 | 133 | 130 | 42 | 546 | 123 | 44 |
| Binary | 10101001 | 10000 | 10100 | 0 | 1011011 | 1011000 | 100010 | 101100110 | 1010011 | 100100 |
Color Harmonies of #A91014
Complementary color
Monochromatic Colors of #A91014
Black with #A91014
Text Example
Text Example
White with #A91014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91014; }
p { color: rgb(169,16,20); }
H1.HeaderClassName
{
color: #A91014;
}
.AnyTagClassName
{
color: #A91014;
}
</style>
background-color css
<style>
a { background-color: #A91014; }
a { background-color: rgb(169,16,20); }
div.DivClassName
{
background-color: #A91014;
}
.BgClassName
{
background-color: #A91014;
}
</style>
border-color css
<style>
span { border-color: #A91014; }
span { border-color: rgb(169,16,20); }
td.TdClassName
{
border-color: #A91014;
}
.TagClassName
{
border-color: #A91014;
}
</style>