Shades of Carmine #A5111E
Tints of Carmine #A5111E
RGB
CMYK
RGB Variations
Color information
#A5111E (or 0xA5111E) is known color: Carmine. HEX triplet: A5, 11 and 1E. RGB value is (165,17,30). Sum of RGB (Red+Green+Blue) = 165+17+30=212 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.83% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 165 - color contains mainly: red. Hex color #A5111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5111E is #5AEEE1. Grayscale: #3E3E3E. Windows color (decimal): -5959394 or 1970597. OLE color: 1970597.
HSL color Cylindrical-coordinate representation of color #A5111E: hue angle of 354.73º 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 #A5111E is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 17 | 30 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.35 |
| HSL | 354.73º | 0.81% | 0.36% | - |
| HSV(B) | 354.73º | 0.9% | 0.65% | - |
| XYZ | 15.95 | 8.49 | 2.03 | - |
| YUV | 62.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 30 | 0 | 0.90 | 0.82 | 0.35 | 354.73 | 0.81 | 0.36 |
| Hex | A5 | 11 | 1E | 0 | 5A | 52 | 23 | 163 | 51 | 24 |
| Octal | 245 | 21 | 36 | 0 | 132 | 122 | 43 | 543 | 121 | 44 |
| Binary | 10100101 | 10001 | 11110 | 0 | 1011010 | 1010010 | 100011 | 101100011 | 1010001 | 100100 |
Color Harmonies of #A5111E
Complementary color
Monochromatic Colors of #A5111E
Black with #A5111E
Text Example
Text Example
White with #A5111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5111E; }
p { color: rgb(165,17,30); }
H1.HeaderClassName
{
color: #A5111E;
}
.AnyTagClassName
{
color: #A5111E;
}
</style>
background-color css
<style>
a { background-color: #A5111E; }
a { background-color: rgb(165,17,30); }
div.DivClassName
{
background-color: #A5111E;
}
.BgClassName
{
background-color: #A5111E;
}
</style>
border-color css
<style>
span { border-color: #A5111E; }
span { border-color: rgb(165,17,30); }
td.TdClassName
{
border-color: #A5111E;
}
.TagClassName
{
border-color: #A5111E;
}
</style>