Shades of Carmine #A91017
Tints of Carmine #A91017
RGB
CMYK
RGB Variations
Color information
#A91017 (or 0xA91017) is known color: Carmine. HEX triplet: A9, 10 and 17. RGB value is (169,16,23). Sum of RGB (Red+Green+Blue) = 169+16+23=208 (27% of max value = 765). Red value is 169 (66.41% from 255 or 81.25% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 169 - color contains mainly: red. Hex color #A91017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91017 is #56EFE8. Grayscale: #3E3E3E. Windows color (decimal): -5697513 or 1511593. OLE color: 1511593.
HSL color Cylindrical-coordinate representation of color #A91017: hue angle of 357.25º 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 #A91017 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 23 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.34 |
| HSL | 357.25º | 0.83% | 0.36% | - |
| HSV(B) | 357.25º | 0.91% | 0.66% | - |
| XYZ | 16.7 | 8.87 | 1.64 | - |
| YUV | 62.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 23 | 0 | 0.91 | 0.86 | 0.34 | 357.25 | 0.83 | 0.36 |
| Hex | A9 | 10 | 17 | 0 | 5B | 56 | 22 | 165 | 53 | 24 |
| Octal | 251 | 20 | 27 | 0 | 133 | 126 | 42 | 545 | 123 | 44 |
| Binary | 10101001 | 10000 | 10111 | 0 | 1011011 | 1010110 | 100010 | 101100101 | 1010011 | 100100 |
Color Harmonies of #A91017
Complementary color
Monochromatic Colors of #A91017
Black with #A91017
Text Example
Text Example
White with #A91017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91017; }
p { color: rgb(169,16,23); }
H1.HeaderClassName
{
color: #A91017;
}
.AnyTagClassName
{
color: #A91017;
}
</style>
background-color css
<style>
a { background-color: #A91017; }
a { background-color: rgb(169,16,23); }
div.DivClassName
{
background-color: #A91017;
}
.BgClassName
{
background-color: #A91017;
}
</style>
border-color css
<style>
span { border-color: #A91017; }
span { border-color: rgb(169,16,23); }
td.TdClassName
{
border-color: #A91017;
}
.TagClassName
{
border-color: #A91017;
}
</style>