Shades of Carmine #A50F1D
Tints of Carmine #A50F1D
RGB
CMYK
RGB Variations
Color information
#A50F1D (or 0xA50F1D) is known color: Carmine. HEX triplet: A5, 0F and 1D. RGB value is (165,15,29). Sum of RGB (Red+Green+Blue) = 165+15+29=209 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.95% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50F1D is #5AF0E2. Grayscale: #3D3D3D. Windows color (decimal): -5959907 or 1904549. OLE color: 1904549.
HSL color Cylindrical-coordinate representation of color #A50F1D: hue angle of 354.4º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A50F1D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 15 | 29 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.35 |
| HSL | 354.4º | 0.83% | 0.35% | - |
| HSV(B) | 354.4º | 0.91% | 0.65% | - |
| XYZ | 15.91 | 8.43 | 1.95 | - |
| YUV | 61.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 29 | 0 | 0.91 | 0.82 | 0.35 | 354.4 | 0.83 | 0.35 |
| Hex | A5 | F | 1D | 0 | 5B | 52 | 23 | 162 | 53 | 23 |
| Octal | 245 | 17 | 35 | 0 | 133 | 122 | 43 | 542 | 123 | 43 |
| Binary | 10100101 | 1111 | 11101 | 0 | 1011011 | 1010010 | 100011 | 101100010 | 1010011 | 100011 |
Color Harmonies of #A50F1D
Complementary color
Monochromatic Colors of #A50F1D
Black with #A50F1D
Text Example
Text Example
White with #A50F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50F1D; }
p { color: rgb(165,15,29); }
H1.HeaderClassName
{
color: #A50F1D;
}
.AnyTagClassName
{
color: #A50F1D;
}
</style>
background-color css
<style>
a { background-color: #A50F1D; }
a { background-color: rgb(165,15,29); }
div.DivClassName
{
background-color: #A50F1D;
}
.BgClassName
{
background-color: #A50F1D;
}
</style>
border-color css
<style>
span { border-color: #A50F1D; }
span { border-color: rgb(165,15,29); }
td.TdClassName
{
border-color: #A50F1D;
}
.TagClassName
{
border-color: #A50F1D;
}
</style>