Shades of Carmine #A71027
Tints of Carmine #A71027
RGB
CMYK
RGB Variations
Color information
#A71027 (or 0xA71027) is known color: Carmine. HEX triplet: A7, 10 and 27. RGB value is (167,16,39). Sum of RGB (Red+Green+Blue) = 167+16+39=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A71027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71027 is #58EFD8. Grayscale: #3F3F3F. Windows color (decimal): -5828569 or 2560167. OLE color: 2560167.
HSL color Cylindrical-coordinate representation of color #A71027: hue angle of 350.86º degrees, saturation: 0.83, 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 #A71027 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 16 | 39 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.35 |
| HSL | 350.86º | 0.83% | 0.36% | - |
| HSV(B) | 350.86º | 0.9% | 0.65% | - |
| XYZ | 16.49 | 8.73 | 2.74 | - |
| YUV | 63.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 39 | 0 | 0.90 | 0.77 | 0.35 | 350.86 | 0.83 | 0.36 |
| Hex | A7 | 10 | 27 | 0 | 5A | 4D | 23 | 15F | 53 | 24 |
| Octal | 247 | 20 | 47 | 0 | 132 | 115 | 43 | 537 | 123 | 44 |
| Binary | 10100111 | 10000 | 100111 | 0 | 1011010 | 1001101 | 100011 | 101011111 | 1010011 | 100100 |
Color Harmonies of #A71027
Complementary color
Monochromatic Colors of #A71027
Black with #A71027
Text Example
Text Example
White with #A71027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71027; }
p { color: rgb(167,16,39); }
H1.HeaderClassName
{
color: #A71027;
}
.AnyTagClassName
{
color: #A71027;
}
</style>
background-color css
<style>
a { background-color: #A71027; }
a { background-color: rgb(167,16,39); }
div.DivClassName
{
background-color: #A71027;
}
.BgClassName
{
background-color: #A71027;
}
</style>
border-color css
<style>
span { border-color: #A71027; }
span { border-color: rgb(167,16,39); }
td.TdClassName
{
border-color: #A71027;
}
.TagClassName
{
border-color: #A71027;
}
</style>