Shades of Carmine #A10F2D
Tints of Carmine #A10F2D
RGB
CMYK
RGB Variations
Color information
#A10F2D (or 0xA10F2D) is known color: Carmine. HEX triplet: A1, 0F and 2D. RGB value is (161,15,45). Sum of RGB (Red+Green+Blue) = 161+15+45=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10F2D is #5EF0D2. Grayscale: #3E3E3E. Windows color (decimal): -6222035 or 2953121. OLE color: 2953121.
HSL color Cylindrical-coordinate representation of color #A10F2D: hue angle of 347.67º 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 #A10F2D is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 15 | 45 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.37 |
| HSL | 347.67º | 0.83% | 0.35% | - |
| HSV(B) | 347.67º | 0.91% | 0.63% | - |
| XYZ | 15.34 | 8.11 | 3.24 | - |
| YUV | 62.07 | 118.37 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 15 | 45 | 0 | 0.91 | 0.72 | 0.37 | 347.67 | 0.83 | 0.35 |
| Hex | A1 | F | 2D | 0 | 5B | 48 | 25 | 15C | 53 | 23 |
| Octal | 241 | 17 | 55 | 0 | 133 | 110 | 45 | 534 | 123 | 43 |
| Binary | 10100001 | 1111 | 101101 | 0 | 1011011 | 1001000 | 100101 | 101011100 | 1010011 | 100011 |
Color Harmonies of #A10F2D
Complementary color
Monochromatic Colors of #A10F2D
Black with #A10F2D
Text Example
Text Example
White with #A10F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10F2D; }
p { color: rgb(161,15,45); }
H1.HeaderClassName
{
color: #A10F2D;
}
.AnyTagClassName
{
color: #A10F2D;
}
</style>
background-color css
<style>
a { background-color: #A10F2D; }
a { background-color: rgb(161,15,45); }
div.DivClassName
{
background-color: #A10F2D;
}
.BgClassName
{
background-color: #A10F2D;
}
</style>
border-color css
<style>
span { border-color: #A10F2D; }
span { border-color: rgb(161,15,45); }
td.TdClassName
{
border-color: #A10F2D;
}
.TagClassName
{
border-color: #A10F2D;
}
</style>