Shades of Carmine #A51127
Tints of Carmine #A51127
RGB
CMYK
RGB Variations
Color information
#A51127 (or 0xA51127) is known color: Carmine. HEX triplet: A5, 11 and 27. RGB value is (165,17,39). Sum of RGB (Red+Green+Blue) = 165+17+39=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A51127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51127 is #5AEED8. Grayscale: #3F3F3F. Windows color (decimal): -5959385 or 2560421. OLE color: 2560421.
HSL color Cylindrical-coordinate representation of color #A51127: hue angle of 351.08º 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 #A51127 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 17 | 39 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.35 |
| HSL | 351.08º | 0.81% | 0.36% | - |
| HSV(B) | 351.08º | 0.9% | 0.65% | - |
| XYZ | 16.08 | 8.55 | 2.72 | - |
| YUV | 63.76 | 114.03 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 39 | 0 | 0.90 | 0.76 | 0.35 | 351.08 | 0.81 | 0.36 |
| Hex | A5 | 11 | 27 | 0 | 5A | 4C | 23 | 15F | 51 | 24 |
| Octal | 245 | 21 | 47 | 0 | 132 | 114 | 43 | 537 | 121 | 44 |
| Binary | 10100101 | 10001 | 100111 | 0 | 1011010 | 1001100 | 100011 | 101011111 | 1010001 | 100100 |
Color Harmonies of #A51127
Complementary color
Monochromatic Colors of #A51127
Black with #A51127
Text Example
Text Example
White with #A51127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51127; }
p { color: rgb(165,17,39); }
H1.HeaderClassName
{
color: #A51127;
}
.AnyTagClassName
{
color: #A51127;
}
</style>
background-color css
<style>
a { background-color: #A51127; }
a { background-color: rgb(165,17,39); }
div.DivClassName
{
background-color: #A51127;
}
.BgClassName
{
background-color: #A51127;
}
</style>
border-color css
<style>
span { border-color: #A51127; }
span { border-color: rgb(165,17,39); }
td.TdClassName
{
border-color: #A51127;
}
.TagClassName
{
border-color: #A51127;
}
</style>