Shades of Carmine #A31417
Tints of Carmine #A31417
RGB
CMYK
RGB Variations
Color information
#A31417 (or 0xA31417) is known color: Carmine. HEX triplet: A3, 14 and 17. RGB value is (163,20,23). Sum of RGB (Red+Green+Blue) = 163+20+23=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A31417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31417 is #5CEBE8. Grayscale: #3F3F3F. Windows color (decimal): -6089705 or 1512611. OLE color: 1512611.
HSL color Cylindrical-coordinate representation of color #A31417: hue angle of 358.74º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31417 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 23 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.36 |
| HSL | 358.74º | 0.78% | 0.36% | - |
| HSV(B) | 358.74º | 0.88% | 0.64% | - |
| XYZ | 15.51 | 8.35 | 1.6 | - |
| YUV | 63.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 23 | 0 | 0.88 | 0.86 | 0.36 | 358.74 | 0.78 | 0.36 |
| Hex | A3 | 14 | 17 | 0 | 58 | 56 | 24 | 167 | 4E | 24 |
| Octal | 243 | 24 | 27 | 0 | 130 | 126 | 44 | 547 | 116 | 44 |
| Binary | 10100011 | 10100 | 10111 | 0 | 1011000 | 1010110 | 100100 | 101100111 | 1001110 | 100100 |
Color Harmonies of #A31417
Complementary color
Monochromatic Colors of #A31417
Black with #A31417
Text Example
Text Example
White with #A31417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31417; }
p { color: rgb(163,20,23); }
H1.HeaderClassName
{
color: #A31417;
}
.AnyTagClassName
{
color: #A31417;
}
</style>
background-color css
<style>
a { background-color: #A31417; }
a { background-color: rgb(163,20,23); }
div.DivClassName
{
background-color: #A31417;
}
.BgClassName
{
background-color: #A31417;
}
</style>
border-color css
<style>
span { border-color: #A31417; }
span { border-color: rgb(163,20,23); }
td.TdClassName
{
border-color: #A31417;
}
.TagClassName
{
border-color: #A31417;
}
</style>