Shades of Carmine #A10F2C
Tints of Carmine #A10F2C
RGB
CMYK
RGB Variations
Color information
#A10F2C (or 0xA10F2C) is known color: Carmine. HEX triplet: A1, 0F and 2C. RGB value is (161,15,44). Sum of RGB (Red+Green+Blue) = 161+15+44=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10F2C is #5EF0D3. Grayscale: #3D3D3D. Windows color (decimal): -6222036 or 2887585. OLE color: 2887585.
HSL color Cylindrical-coordinate representation of color #A10F2C: hue angle of 348.08º 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 #A10F2C is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 15 | 44 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.37 |
| HSL | 348.08º | 0.83% | 0.35% | - |
| HSV(B) | 348.08º | 0.91% | 0.63% | - |
| XYZ | 15.32 | 8.1 | 3.14 | - |
| YUV | 61.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 44 | 0 | 0.91 | 0.73 | 0.37 | 348.08 | 0.83 | 0.35 |
| Hex | A1 | F | 2C | 0 | 5B | 49 | 25 | 15C | 53 | 23 |
| Octal | 241 | 17 | 54 | 0 | 133 | 111 | 45 | 534 | 123 | 43 |
| Binary | 10100001 | 1111 | 101100 | 0 | 1011011 | 1001001 | 100101 | 101011100 | 1010011 | 100011 |
Color Harmonies of #A10F2C
Complementary color
Monochromatic Colors of #A10F2C
Black with #A10F2C
Text Example
Text Example
White with #A10F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10F2C; }
p { color: rgb(161,15,44); }
H1.HeaderClassName
{
color: #A10F2C;
}
.AnyTagClassName
{
color: #A10F2C;
}
</style>
background-color css
<style>
a { background-color: #A10F2C; }
a { background-color: rgb(161,15,44); }
div.DivClassName
{
background-color: #A10F2C;
}
.BgClassName
{
background-color: #A10F2C;
}
</style>
border-color css
<style>
span { border-color: #A10F2C; }
span { border-color: rgb(161,15,44); }
td.TdClassName
{
border-color: #A10F2C;
}
.TagClassName
{
border-color: #A10F2C;
}
</style>