Shades of Carmine #A51115
Tints of Carmine #A51115
RGB
CMYK
RGB Variations
Color information
#A51115 (or 0xA51115) is known color: Carmine. HEX triplet: A5, 11 and 15. RGB value is (165,17,21). Sum of RGB (Red+Green+Blue) = 165+17+21=203 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.28% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 165 - color contains mainly: red. Hex color #A51115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51115 is #5AEEEA. Grayscale: #3D3D3D. Windows color (decimal): -5959403 or 1380773. OLE color: 1380773.
HSL color Cylindrical-coordinate representation of color #A51115: hue angle of 358.38º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51115 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 17 | 21 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.35 |
| HSL | 358.38º | 0.81% | 0.36% | - |
| HSV(B) | 358.38º | 0.9% | 0.65% | - |
| XYZ | 15.85 | 8.45 | 1.51 | - |
| YUV | 61.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 21 | 0 | 0.90 | 0.87 | 0.35 | 358.38 | 0.81 | 0.36 |
| Hex | A5 | 11 | 15 | 0 | 5A | 57 | 23 | 166 | 51 | 24 |
| Octal | 245 | 21 | 25 | 0 | 132 | 127 | 43 | 546 | 121 | 44 |
| Binary | 10100101 | 10001 | 10101 | 0 | 1011010 | 1010111 | 100011 | 101100110 | 1010001 | 100100 |
Color Harmonies of #A51115
Complementary color
Monochromatic Colors of #A51115
Black with #A51115
Text Example
Text Example
White with #A51115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51115; }
p { color: rgb(165,17,21); }
H1.HeaderClassName
{
color: #A51115;
}
.AnyTagClassName
{
color: #A51115;
}
</style>
background-color css
<style>
a { background-color: #A51115; }
a { background-color: rgb(165,17,21); }
div.DivClassName
{
background-color: #A51115;
}
.BgClassName
{
background-color: #A51115;
}
</style>
border-color css
<style>
span { border-color: #A51115; }
span { border-color: rgb(165,17,21); }
td.TdClassName
{
border-color: #A51115;
}
.TagClassName
{
border-color: #A51115;
}
</style>