Shades of Carmine #A5151E
Tints of Carmine #A5151E
RGB
CMYK
RGB Variations
Color information
#A5151E (or 0xA5151E) is known color: Carmine. HEX triplet: A5, 15 and 1E. RGB value is (165,21,30). Sum of RGB (Red+Green+Blue) = 165+21+30=216 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.39% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 165 - color contains mainly: red. Hex color #A5151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5151E is #5AEAE1. Grayscale: #414141. Windows color (decimal): -5958370 or 1971621. OLE color: 1971621.
HSL color Cylindrical-coordinate representation of color #A5151E: hue angle of 356.25º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5151E is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 21 | 30 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.35 |
| HSL | 356.25º | 0.77% | 0.36% | - |
| HSV(B) | 356.25º | 0.87% | 0.65% | - |
| XYZ | 16.02 | 8.63 | 2.05 | - |
| YUV | 65.08 | 108.21 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 21 | 30 | 0 | 0.87 | 0.82 | 0.35 | 356.25 | 0.77 | 0.36 |
| Hex | A5 | 15 | 1E | 0 | 57 | 52 | 23 | 164 | 4D | 24 |
| Octal | 245 | 25 | 36 | 0 | 127 | 122 | 43 | 544 | 115 | 44 |
| Binary | 10100101 | 10101 | 11110 | 0 | 1010111 | 1010010 | 100011 | 101100100 | 1001101 | 100100 |
Color Harmonies of #A5151E
Complementary color
Monochromatic Colors of #A5151E
Black with #A5151E
Text Example
Text Example
White with #A5151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5151E; }
p { color: rgb(165,21,30); }
H1.HeaderClassName
{
color: #A5151E;
}
.AnyTagClassName
{
color: #A5151E;
}
</style>
background-color css
<style>
a { background-color: #A5151E; }
a { background-color: rgb(165,21,30); }
div.DivClassName
{
background-color: #A5151E;
}
.BgClassName
{
background-color: #A5151E;
}
</style>
border-color css
<style>
span { border-color: #A5151E; }
span { border-color: rgb(165,21,30); }
td.TdClassName
{
border-color: #A5151E;
}
.TagClassName
{
border-color: #A5151E;
}
</style>