Shades of Carmine #A7051B
Tints of Carmine #A7051B
RGB
CMYK
RGB Variations
Color information
#A7051B (or 0xA7051B) is known color: Carmine. HEX triplet: A7, 05 and 1B. RGB value is (167,5,27). Sum of RGB (Red+Green+Blue) = 167+5+27=199 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.92% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 167 - color contains mainly: red. Hex color #A7051B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7051B is #58FAE4. Grayscale: #383838. Windows color (decimal): -5831397 or 1770919. OLE color: 1770919.
HSL color Cylindrical-coordinate representation of color #A7051B: hue angle of 351.85º 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 #A7051B is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 27 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.35 |
| HSL | 351.85º | 0.94% | 0.34% | - |
| HSV(B) | 351.85º | 0.97% | 0.65% | - |
| XYZ | 16.19 | 8.4 | 1.81 | - |
| YUV | 55.95 | 111.67 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 27 | 0 | 0.97 | 0.84 | 0.35 | 351.85 | 0.94 | 0.34 |
| Hex | A7 | 5 | 1B | 0 | 61 | 54 | 23 | 160 | 5E | 22 |
| Octal | 247 | 5 | 33 | 0 | 141 | 124 | 43 | 540 | 136 | 42 |
| Binary | 10100111 | 101 | 11011 | 0 | 1100001 | 1010100 | 100011 | 101100000 | 1011110 | 100010 |
Color Harmonies of #A7051B
Complementary color
Monochromatic Colors of #A7051B
Black with #A7051B
Text Example
Text Example
White with #A7051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7051B; }
p { color: rgb(167,5,27); }
H1.HeaderClassName
{
color: #A7051B;
}
.AnyTagClassName
{
color: #A7051B;
}
</style>
background-color css
<style>
a { background-color: #A7051B; }
a { background-color: rgb(167,5,27); }
div.DivClassName
{
background-color: #A7051B;
}
.BgClassName
{
background-color: #A7051B;
}
</style>
border-color css
<style>
span { border-color: #A7051B; }
span { border-color: rgb(167,5,27); }
td.TdClassName
{
border-color: #A7051B;
}
.TagClassName
{
border-color: #A7051B;
}
</style>