Shades of Carmine #A7031B
Tints of Carmine #A7031B
RGB
CMYK
RGB Variations
Color information
#A7031B (or 0xA7031B) is known color: Carmine. HEX triplet: A7, 03 and 1B. RGB value is (167,3,27). Sum of RGB (Red+Green+Blue) = 167+3+27=197 (26% of max value = 765). Red value is 167 (65.62% from 255 or 84.77% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 167 - color contains mainly: red. Hex color #A7031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7031B is #58FCE4. Grayscale: #363636. Windows color (decimal): -5831909 or 1770407. OLE color: 1770407.
HSL color Cylindrical-coordinate representation of color #A7031B: hue angle of 351.22º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7031B is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 27 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.35 |
| HSL | 351.22º | 0.96% | 0.33% | - |
| HSV(B) | 351.22º | 0.98% | 0.65% | - |
| XYZ | 16.17 | 8.36 | 1.8 | - |
| YUV | 54.77 | 112.33 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 27 | 0 | 0.98 | 0.84 | 0.35 | 351.22 | 0.96 | 0.33 |
| Hex | A7 | 3 | 1B | 0 | 62 | 54 | 23 | 15F | 60 | 21 |
| Octal | 247 | 3 | 33 | 0 | 142 | 124 | 43 | 537 | 140 | 41 |
| Binary | 10100111 | 11 | 11011 | 0 | 1100010 | 1010100 | 100011 | 101011111 | 1100000 | 100001 |
Color Harmonies of #A7031B
Complementary color
Monochromatic Colors of #A7031B
Black with #A7031B
Text Example
Text Example
White with #A7031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7031B; }
p { color: rgb(167,3,27); }
H1.HeaderClassName
{
color: #A7031B;
}
.AnyTagClassName
{
color: #A7031B;
}
</style>
background-color css
<style>
a { background-color: #A7031B; }
a { background-color: rgb(167,3,27); }
div.DivClassName
{
background-color: #A7031B;
}
.BgClassName
{
background-color: #A7031B;
}
</style>
border-color css
<style>
span { border-color: #A7031B; }
span { border-color: rgb(167,3,27); }
td.TdClassName
{
border-color: #A7031B;
}
.TagClassName
{
border-color: #A7031B;
}
</style>