Shades of Carmine #A10A28
Tints of Carmine #A10A28
RGB
CMYK
RGB Variations
Color information
#A10A28 (or 0xA10A28) is known color: Carmine. HEX triplet: A1, 0A and 28. RGB value is (161,10,40). Sum of RGB (Red+Green+Blue) = 161+10+40=211 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.30% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10A28 is #5EF5D7. Grayscale: #3A3A3A. Windows color (decimal): -6223320 or 2624161. OLE color: 2624161.
HSL color Cylindrical-coordinate representation of color #A10A28: hue angle of 348.08º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10A28 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 10 | 40 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.37 |
| HSL | 348.08º | 0.88% | 0.34% | - |
| HSV(B) | 348.08º | 0.94% | 0.63% | - |
| XYZ | 15.19 | 7.95 | 2.74 | - |
| YUV | 58.57 | 117.53 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 10 | 40 | 0 | 0.94 | 0.75 | 0.37 | 348.08 | 0.88 | 0.34 |
| Hex | A1 | A | 28 | 0 | 5E | 4B | 25 | 15C | 58 | 22 |
| Octal | 241 | 12 | 50 | 0 | 136 | 113 | 45 | 534 | 130 | 42 |
| Binary | 10100001 | 1010 | 101000 | 0 | 1011110 | 1001011 | 100101 | 101011100 | 1011000 | 100010 |
Color Harmonies of #A10A28
Complementary color
Monochromatic Colors of #A10A28
Black with #A10A28
Text Example
Text Example
White with #A10A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10A28; }
p { color: rgb(161,10,40); }
H1.HeaderClassName
{
color: #A10A28;
}
.AnyTagClassName
{
color: #A10A28;
}
</style>
background-color css
<style>
a { background-color: #A10A28; }
a { background-color: rgb(161,10,40); }
div.DivClassName
{
background-color: #A10A28;
}
.BgClassName
{
background-color: #A10A28;
}
</style>
border-color css
<style>
span { border-color: #A10A28; }
span { border-color: rgb(161,10,40); }
td.TdClassName
{
border-color: #A10A28;
}
.TagClassName
{
border-color: #A10A28;
}
</style>