Shades of Carmine #A7002C
Tints of Carmine #A7002C
RGB
CMYK
RGB Variations
Color information
#A7002C (or 0xA7002C) is known color: Carmine. HEX triplet: A7, 00 and 2C. RGB value is (167,0,44). Sum of RGB (Red+Green+Blue) = 167+0+44=211 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.15% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 167 - color contains mainly: red. Hex color #A7002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7002C is #58FFD3. Grayscale: #363636. Windows color (decimal): -5832660 or 2883751. OLE color: 2883751.
HSL color Cylindrical-coordinate representation of color #A7002C: hue angle of 344.19º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7002C is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.74 | 0.35 |
| HSL | 344.19º | 1% | 0.33% | - |
| HSV(B) | 344.19º | 1% | 0.65% | - |
| XYZ | 16.39 | 8.4 | 3.14 | - |
| YUV | 54.95 | 121.83 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 44 | 0 | 1 | 0.74 | 0.35 | 344.19 | 1 | 0.33 |
| Hex | A7 | 0 | 2C | 0 | 64 | 4A | 23 | 158 | 64 | 21 |
| Octal | 247 | 0 | 54 | 0 | 144 | 112 | 43 | 530 | 144 | 41 |
| Binary | 10100111 | 0 | 101100 | 0 | 1100100 | 1001010 | 100011 | 101011000 | 1100100 | 100001 |
Color Harmonies of #A7002C
Complementary color
Monochromatic Colors of #A7002C
Black with #A7002C
Text Example
Text Example
White with #A7002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7002C; }
p { color: rgb(167,0,44); }
H1.HeaderClassName
{
color: #A7002C;
}
.AnyTagClassName
{
color: #A7002C;
}
</style>
background-color css
<style>
a { background-color: #A7002C; }
a { background-color: rgb(167,0,44); }
div.DivClassName
{
background-color: #A7002C;
}
.BgClassName
{
background-color: #A7002C;
}
</style>
border-color css
<style>
span { border-color: #A7002C; }
span { border-color: rgb(167,0,44); }
td.TdClassName
{
border-color: #A7002C;
}
.TagClassName
{
border-color: #A7002C;
}
</style>