Shades of Carmine #A10238
Tints of Carmine #A10238
RGB
CMYK
RGB Variations
Color information
#A10238 (or 0xA10238) is known color: Carmine. HEX triplet: A1, 02 and 38. RGB value is (161,2,56). Sum of RGB (Red+Green+Blue) = 161+2+56=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A10238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10238 is #5EFDC7. Grayscale: #373737. Windows color (decimal): -6225352 or 3670689. OLE color: 3670689.
HSL color Cylindrical-coordinate representation of color #A10238: hue angle of 339.62º 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 #A10238 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.37 |
| HSL | 339.62º | 0.98% | 0.32% | - |
| HSV(B) | 339.62º | 0.99% | 0.63% | - |
| XYZ | 15.43 | 7.91 | 4.45 | - |
| YUV | 55.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 56 | 0 | 0.99 | 0.65 | 0.37 | 339.62 | 0.98 | 0.32 |
| Hex | A1 | 2 | 38 | 0 | 63 | 41 | 25 | 154 | 62 | 20 |
| Octal | 241 | 2 | 70 | 0 | 143 | 101 | 45 | 524 | 142 | 40 |
| Binary | 10100001 | 10 | 111000 | 0 | 1100011 | 1000001 | 100101 | 101010100 | 1100010 | 100000 |
Color Harmonies of #A10238
Complementary color
Monochromatic Colors of #A10238
Black with #A10238
Text Example
Text Example
White with #A10238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10238; }
p { color: rgb(161,2,56); }
H1.HeaderClassName
{
color: #A10238;
}
.AnyTagClassName
{
color: #A10238;
}
</style>
background-color css
<style>
a { background-color: #A10238; }
a { background-color: rgb(161,2,56); }
div.DivClassName
{
background-color: #A10238;
}
.BgClassName
{
background-color: #A10238;
}
</style>
border-color css
<style>
span { border-color: #A10238; }
span { border-color: rgb(161,2,56); }
td.TdClassName
{
border-color: #A10238;
}
.TagClassName
{
border-color: #A10238;
}
</style>