Shades of Carmine #A10312
Tints of Carmine #A10312
RGB
CMYK
RGB Variations
Color information
#A10312 (or 0xA10312) is known color: Carmine. HEX triplet: A1, 03 and 12. RGB value is (161,3,18). Sum of RGB (Red+Green+Blue) = 161+3+18=182 (24% of max value = 765). Red value is 161 (63.28% from 255 or 88.46% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 161 - color contains mainly: red. Hex color #A10312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10312 is #5EFCED. Grayscale: #343434. Windows color (decimal): -6225134 or 1180577. OLE color: 1180577.
HSL color Cylindrical-coordinate representation of color #A10312: hue angle of 354.3º 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 #A10312 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 18 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.37 |
| HSL | 354.3º | 0.96% | 0.32% | - |
| HSV(B) | 354.3º | 0.98% | 0.63% | - |
| XYZ | 14.84 | 7.69 | 1.27 | - |
| YUV | 51.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 18 | 0 | 0.98 | 0.89 | 0.37 | 354.3 | 0.96 | 0.32 |
| Hex | A1 | 3 | 12 | 0 | 62 | 59 | 25 | 162 | 60 | 20 |
| Octal | 241 | 3 | 22 | 0 | 142 | 131 | 45 | 542 | 140 | 40 |
| Binary | 10100001 | 11 | 10010 | 0 | 1100010 | 1011001 | 100101 | 101100010 | 1100000 | 100000 |
Color Harmonies of #A10312
Complementary color
Monochromatic Colors of #A10312
Black with #A10312
Text Example
Text Example
White with #A10312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10312; }
p { color: rgb(161,3,18); }
H1.HeaderClassName
{
color: #A10312;
}
.AnyTagClassName
{
color: #A10312;
}
</style>
background-color css
<style>
a { background-color: #A10312; }
a { background-color: rgb(161,3,18); }
div.DivClassName
{
background-color: #A10312;
}
.BgClassName
{
background-color: #A10312;
}
</style>
border-color css
<style>
span { border-color: #A10312; }
span { border-color: rgb(161,3,18); }
td.TdClassName
{
border-color: #A10312;
}
.TagClassName
{
border-color: #A10312;
}
</style>