Shades of Carmine #A10334
Tints of Carmine #A10334
RGB
CMYK
RGB Variations
Color information
#A10334 (or 0xA10334) is known color: Carmine. HEX triplet: A1, 03 and 34. RGB value is (161,3,52). Sum of RGB (Red+Green+Blue) = 161+3+52=216 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.54% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 161 - color contains mainly: red. Hex color #A10334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10334 is #5EFCCB. Grayscale: #373737. Windows color (decimal): -6225100 or 3408801. OLE color: 3408801.
HSL color Cylindrical-coordinate representation of color #A10334: hue angle of 341.39º 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 #A10334 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 52 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.37 |
| HSL | 341.39º | 0.96% | 0.32% | - |
| HSV(B) | 341.39º | 0.98% | 0.63% | - |
| XYZ | 15.35 | 7.89 | 3.96 | - |
| YUV | 55.83 | 125.85 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 52 | 0 | 0.98 | 0.68 | 0.37 | 341.39 | 0.96 | 0.32 |
| Hex | A1 | 3 | 34 | 0 | 62 | 44 | 25 | 155 | 60 | 20 |
| Octal | 241 | 3 | 64 | 0 | 142 | 104 | 45 | 525 | 140 | 40 |
| Binary | 10100001 | 11 | 110100 | 0 | 1100010 | 1000100 | 100101 | 101010101 | 1100000 | 100000 |
Color Harmonies of #A10334
Complementary color
Monochromatic Colors of #A10334
Black with #A10334
Text Example
Text Example
White with #A10334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10334; }
p { color: rgb(161,3,52); }
H1.HeaderClassName
{
color: #A10334;
}
.AnyTagClassName
{
color: #A10334;
}
</style>
background-color css
<style>
a { background-color: #A10334; }
a { background-color: rgb(161,3,52); }
div.DivClassName
{
background-color: #A10334;
}
.BgClassName
{
background-color: #A10334;
}
</style>
border-color css
<style>
span { border-color: #A10334; }
span { border-color: rgb(161,3,52); }
td.TdClassName
{
border-color: #A10334;
}
.TagClassName
{
border-color: #A10334;
}
</style>