Shades of Carmine #A7051E
Tints of Carmine #A7051E
RGB
CMYK
RGB Variations
Color information
#A7051E (or 0xA7051E) is known color: Carmine. HEX triplet: A7, 05 and 1E. RGB value is (167,5,30). Sum of RGB (Red+Green+Blue) = 167+5+30=202 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.67% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 167 - color contains mainly: red. Hex color #A7051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7051E is #58FAE1. Grayscale: #383838. Windows color (decimal): -5831394 or 1967527. OLE color: 1967527.
HSL color Cylindrical-coordinate representation of color #A7051E: hue angle of 350.74º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7051E is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 30 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.35 |
| HSL | 350.74º | 0.94% | 0.34% | - |
| HSV(B) | 350.74º | 0.97% | 0.65% | - |
| XYZ | 16.22 | 8.42 | 2 | - |
| YUV | 56.29 | 113.17 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 30 | 0 | 0.97 | 0.82 | 0.35 | 350.74 | 0.94 | 0.34 |
| Hex | A7 | 5 | 1E | 0 | 61 | 52 | 23 | 15F | 5E | 22 |
| Octal | 247 | 5 | 36 | 0 | 141 | 122 | 43 | 537 | 136 | 42 |
| Binary | 10100111 | 101 | 11110 | 0 | 1100001 | 1010010 | 100011 | 101011111 | 1011110 | 100010 |
Color Harmonies of #A7051E
Complementary color
Monochromatic Colors of #A7051E
Black with #A7051E
Text Example
Text Example
White with #A7051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7051E; }
p { color: rgb(167,5,30); }
H1.HeaderClassName
{
color: #A7051E;
}
.AnyTagClassName
{
color: #A7051E;
}
</style>
background-color css
<style>
a { background-color: #A7051E; }
a { background-color: rgb(167,5,30); }
div.DivClassName
{
background-color: #A7051E;
}
.BgClassName
{
background-color: #A7051E;
}
</style>
border-color css
<style>
span { border-color: #A7051E; }
span { border-color: rgb(167,5,30); }
td.TdClassName
{
border-color: #A7051E;
}
.TagClassName
{
border-color: #A7051E;
}
</style>