Shades of Carmine #A10223
Tints of Carmine #A10223
RGB
CMYK
RGB Variations
Color information
#A10223 (or 0xA10223) is known color: Carmine. HEX triplet: A1, 02 and 23. RGB value is (161,2,35). Sum of RGB (Red+Green+Blue) = 161+2+35=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A10223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10223 is #5EFDDC. Grayscale: #353535. Windows color (decimal): -6225373 or 2294433. OLE color: 2294433.
HSL color Cylindrical-coordinate representation of color #A10223: hue angle of 347.55º 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 #A10223 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.37 |
| HSL | 347.55º | 0.98% | 0.32% | - |
| HSV(B) | 347.55º | 0.99% | 0.63% | - |
| XYZ | 15.02 | 7.74 | 2.29 | - |
| YUV | 53.3 | 117.68 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 35 | 0 | 0.99 | 0.78 | 0.37 | 347.55 | 0.98 | 0.32 |
| Hex | A1 | 2 | 23 | 0 | 63 | 4E | 25 | 15C | 62 | 20 |
| Octal | 241 | 2 | 43 | 0 | 143 | 116 | 45 | 534 | 142 | 40 |
| Binary | 10100001 | 10 | 100011 | 0 | 1100011 | 1001110 | 100101 | 101011100 | 1100010 | 100000 |
Color Harmonies of #A10223
Complementary color
Monochromatic Colors of #A10223
Black with #A10223
Text Example
Text Example
White with #A10223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10223; }
p { color: rgb(161,2,35); }
H1.HeaderClassName
{
color: #A10223;
}
.AnyTagClassName
{
color: #A10223;
}
</style>
background-color css
<style>
a { background-color: #A10223; }
a { background-color: rgb(161,2,35); }
div.DivClassName
{
background-color: #A10223;
}
.BgClassName
{
background-color: #A10223;
}
</style>
border-color css
<style>
span { border-color: #A10223; }
span { border-color: rgb(161,2,35); }
td.TdClassName
{
border-color: #A10223;
}
.TagClassName
{
border-color: #A10223;
}
</style>