Shades of Carmine #A10F2B
Tints of Carmine #A10F2B
RGB
CMYK
RGB Variations
Color information
#A10F2B (or 0xA10F2B) is known color: Carmine. HEX triplet: A1, 0F and 2B. RGB value is (161,15,43). Sum of RGB (Red+Green+Blue) = 161+15+43=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10F2B is #5EF0D4. Grayscale: #3D3D3D. Windows color (decimal): -6222037 or 2822049. OLE color: 2822049.
HSL color Cylindrical-coordinate representation of color #A10F2B: hue angle of 348.49º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10F2B is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 15 | 43 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.37 |
| HSL | 348.49º | 0.83% | 0.35% | - |
| HSV(B) | 348.49º | 0.91% | 0.63% | - |
| XYZ | 15.3 | 8.09 | 3.04 | - |
| YUV | 61.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 43 | 0 | 0.91 | 0.73 | 0.37 | 348.49 | 0.83 | 0.35 |
| Hex | A1 | F | 2B | 0 | 5B | 49 | 25 | 15C | 53 | 23 |
| Octal | 241 | 17 | 53 | 0 | 133 | 111 | 45 | 534 | 123 | 43 |
| Binary | 10100001 | 1111 | 101011 | 0 | 1011011 | 1001001 | 100101 | 101011100 | 1010011 | 100011 |
Color Harmonies of #A10F2B
Complementary color
Monochromatic Colors of #A10F2B
Black with #A10F2B
Text Example
Text Example
White with #A10F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10F2B; }
p { color: rgb(161,15,43); }
H1.HeaderClassName
{
color: #A10F2B;
}
.AnyTagClassName
{
color: #A10F2B;
}
</style>
background-color css
<style>
a { background-color: #A10F2B; }
a { background-color: rgb(161,15,43); }
div.DivClassName
{
background-color: #A10F2B;
}
.BgClassName
{
background-color: #A10F2B;
}
</style>
border-color css
<style>
span { border-color: #A10F2B; }
span { border-color: rgb(161,15,43); }
td.TdClassName
{
border-color: #A10F2B;
}
.TagClassName
{
border-color: #A10F2B;
}
</style>