Shades of Carmine #A50D1E
Tints of Carmine #A50D1E
RGB
CMYK
RGB Variations
Color information
#A50D1E (or 0xA50D1E) is known color: Carmine. HEX triplet: A5, 0D and 1E. RGB value is (165,13,30). Sum of RGB (Red+Green+Blue) = 165+13+30=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50D1E is #5AF2E1. Grayscale: #3C3C3C. Windows color (decimal): -5960418 or 1969573. OLE color: 1969573.
HSL color Cylindrical-coordinate representation of color #A50D1E: hue angle of 353.29º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50D1E is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 13 | 30 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.35 |
| HSL | 353.29º | 0.85% | 0.35% | - |
| HSV(B) | 353.29º | 0.92% | 0.65% | - |
| XYZ | 15.9 | 8.38 | 2.01 | - |
| YUV | 60.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 13 | 30 | 0 | 0.92 | 0.82 | 0.35 | 353.29 | 0.85 | 0.35 |
| Hex | A5 | D | 1E | 0 | 5C | 52 | 23 | 161 | 55 | 23 |
| Octal | 245 | 15 | 36 | 0 | 134 | 122 | 43 | 541 | 125 | 43 |
| Binary | 10100101 | 1101 | 11110 | 0 | 1011100 | 1010010 | 100011 | 101100001 | 1010101 | 100011 |
Color Harmonies of #A50D1E
Complementary color
Monochromatic Colors of #A50D1E
Black with #A50D1E
Text Example
Text Example
White with #A50D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50D1E; }
p { color: rgb(165,13,30); }
H1.HeaderClassName
{
color: #A50D1E;
}
.AnyTagClassName
{
color: #A50D1E;
}
</style>
background-color css
<style>
a { background-color: #A50D1E; }
a { background-color: rgb(165,13,30); }
div.DivClassName
{
background-color: #A50D1E;
}
.BgClassName
{
background-color: #A50D1E;
}
</style>
border-color css
<style>
span { border-color: #A50D1E; }
span { border-color: rgb(165,13,30); }
td.TdClassName
{
border-color: #A50D1E;
}
.TagClassName
{
border-color: #A50D1E;
}
</style>