Shades of Carmine #A50A1F
Tints of Carmine #A50A1F
RGB
CMYK
RGB Variations
Color information
#A50A1F (or 0xA50A1F) is known color: Carmine. HEX triplet: A5, 0A and 1F. RGB value is (165,10,31). Sum of RGB (Red+Green+Blue) = 165+10+31=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50A1F is #5AF5E0. Grayscale: #3A3A3A. Windows color (decimal): -5961185 or 2034341. OLE color: 2034341.
HSL color Cylindrical-coordinate representation of color #A50A1F: hue angle of 351.87º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50A1F is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 10 | 31 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.35 |
| HSL | 351.87º | 0.89% | 0.34% | - |
| HSV(B) | 351.87º | 0.94% | 0.65% | - |
| XYZ | 15.87 | 8.32 | 2.06 | - |
| YUV | 58.74 | 112.35 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 31 | 0 | 0.94 | 0.81 | 0.35 | 351.87 | 0.89 | 0.34 |
| Hex | A5 | A | 1F | 0 | 5E | 51 | 23 | 160 | 59 | 22 |
| Octal | 245 | 12 | 37 | 0 | 136 | 121 | 43 | 540 | 131 | 42 |
| Binary | 10100101 | 1010 | 11111 | 0 | 1011110 | 1010001 | 100011 | 101100000 | 1011001 | 100010 |
Color Harmonies of #A50A1F
Complementary color
Monochromatic Colors of #A50A1F
Black with #A50A1F
Text Example
Text Example
White with #A50A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50A1F; }
p { color: rgb(165,10,31); }
H1.HeaderClassName
{
color: #A50A1F;
}
.AnyTagClassName
{
color: #A50A1F;
}
</style>
background-color css
<style>
a { background-color: #A50A1F; }
a { background-color: rgb(165,10,31); }
div.DivClassName
{
background-color: #A50A1F;
}
.BgClassName
{
background-color: #A50A1F;
}
</style>
border-color css
<style>
span { border-color: #A50A1F; }
span { border-color: rgb(165,10,31); }
td.TdClassName
{
border-color: #A50A1F;
}
.TagClassName
{
border-color: #A50A1F;
}
</style>