Shades of Carmine #A10412
Tints of Carmine #A10412
RGB
CMYK
RGB Variations
Color information
#A10412 (or 0xA10412) is known color: Carmine. HEX triplet: A1, 04 and 12. RGB value is (161,4,18). Sum of RGB (Red+Green+Blue) = 161+4+18=183 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.98% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 161 - color contains mainly: red. Hex color #A10412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10412 is #5EFBED. Grayscale: #343434. Windows color (decimal): -6224878 or 1180833. OLE color: 1180833.
HSL color Cylindrical-coordinate representation of color #A10412: hue angle of 354.65º degrees, saturation: 0.95, 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 #A10412 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 4 | 18 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.37 |
| HSL | 354.65º | 0.95% | 0.32% | - |
| HSV(B) | 354.65º | 0.98% | 0.63% | - |
| XYZ | 14.85 | 7.71 | 1.28 | - |
| YUV | 52.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 18 | 0 | 0.98 | 0.89 | 0.37 | 354.65 | 0.95 | 0.32 |
| Hex | A1 | 4 | 12 | 0 | 62 | 59 | 25 | 163 | 5F | 20 |
| Octal | 241 | 4 | 22 | 0 | 142 | 131 | 45 | 543 | 137 | 40 |
| Binary | 10100001 | 100 | 10010 | 0 | 1100010 | 1011001 | 100101 | 101100011 | 1011111 | 100000 |
Color Harmonies of #A10412
Complementary color
Monochromatic Colors of #A10412
Black with #A10412
Text Example
Text Example
White with #A10412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10412; }
p { color: rgb(161,4,18); }
H1.HeaderClassName
{
color: #A10412;
}
.AnyTagClassName
{
color: #A10412;
}
</style>
background-color css
<style>
a { background-color: #A10412; }
a { background-color: rgb(161,4,18); }
div.DivClassName
{
background-color: #A10412;
}
.BgClassName
{
background-color: #A10412;
}
</style>
border-color css
<style>
span { border-color: #A10412; }
span { border-color: rgb(161,4,18); }
td.TdClassName
{
border-color: #A10412;
}
.TagClassName
{
border-color: #A10412;
}
</style>