Shades of Carmine #A10317
Tints of Carmine #A10317
RGB
CMYK
RGB Variations
Color information
#A10317 (or 0xA10317) is known color: Carmine. HEX triplet: A1, 03 and 17. RGB value is (161,3,23). Sum of RGB (Red+Green+Blue) = 161+3+23=187 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.10% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 161 - color contains mainly: red. Hex color #A10317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10317 is #5EFCE8. Grayscale: #343434. Windows color (decimal): -6225129 or 1508257. OLE color: 1508257.
HSL color Cylindrical-coordinate representation of color #A10317: hue angle of 352.41º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10317 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 23 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.37 |
| HSL | 352.41º | 0.96% | 0.32% | - |
| HSV(B) | 352.41º | 0.98% | 0.63% | - |
| XYZ | 14.89 | 7.7 | 1.51 | - |
| YUV | 52.52 | 111.35 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 23 | 0 | 0.98 | 0.86 | 0.37 | 352.41 | 0.96 | 0.32 |
| Hex | A1 | 3 | 17 | 0 | 62 | 56 | 25 | 160 | 60 | 20 |
| Octal | 241 | 3 | 27 | 0 | 142 | 126 | 45 | 540 | 140 | 40 |
| Binary | 10100001 | 11 | 10111 | 0 | 1100010 | 1010110 | 100101 | 101100000 | 1100000 | 100000 |
Color Harmonies of #A10317
Complementary color
Monochromatic Colors of #A10317
Black with #A10317
Text Example
Text Example
White with #A10317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10317; }
p { color: rgb(161,3,23); }
H1.HeaderClassName
{
color: #A10317;
}
.AnyTagClassName
{
color: #A10317;
}
</style>
background-color css
<style>
a { background-color: #A10317; }
a { background-color: rgb(161,3,23); }
div.DivClassName
{
background-color: #A10317;
}
.BgClassName
{
background-color: #A10317;
}
</style>
border-color css
<style>
span { border-color: #A10317; }
span { border-color: rgb(161,3,23); }
td.TdClassName
{
border-color: #A10317;
}
.TagClassName
{
border-color: #A10317;
}
</style>