Shades of Carmine #A10234
Tints of Carmine #A10234
RGB
CMYK
RGB Variations
Color information
#A10234 (or 0xA10234) is known color: Carmine. HEX triplet: A1, 02 and 34. RGB value is (161,2,52). Sum of RGB (Red+Green+Blue) = 161+2+52=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A10234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10234 is #5EFDCB. Grayscale: #373737. Windows color (decimal): -6225356 or 3408545. OLE color: 3408545.
HSL color Cylindrical-coordinate representation of color #A10234: hue angle of 341.13º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10234 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 52 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.37 |
| HSL | 341.13º | 0.98% | 0.32% | - |
| HSV(B) | 341.13º | 0.99% | 0.63% | - |
| XYZ | 15.34 | 7.87 | 3.96 | - |
| YUV | 55.24 | 126.18 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 52 | 0 | 0.99 | 0.68 | 0.37 | 341.13 | 0.98 | 0.32 |
| Hex | A1 | 2 | 34 | 0 | 63 | 44 | 25 | 155 | 62 | 20 |
| Octal | 241 | 2 | 64 | 0 | 143 | 104 | 45 | 525 | 142 | 40 |
| Binary | 10100001 | 10 | 110100 | 0 | 1100011 | 1000100 | 100101 | 101010101 | 1100010 | 100000 |
Color Harmonies of #A10234
Complementary color
Monochromatic Colors of #A10234
Black with #A10234
Text Example
Text Example
White with #A10234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10234; }
p { color: rgb(161,2,52); }
H1.HeaderClassName
{
color: #A10234;
}
.AnyTagClassName
{
color: #A10234;
}
</style>
background-color css
<style>
a { background-color: #A10234; }
a { background-color: rgb(161,2,52); }
div.DivClassName
{
background-color: #A10234;
}
.BgClassName
{
background-color: #A10234;
}
</style>
border-color css
<style>
span { border-color: #A10234; }
span { border-color: rgb(161,2,52); }
td.TdClassName
{
border-color: #A10234;
}
.TagClassName
{
border-color: #A10234;
}
</style>