Shades of Carmine #A7002D
Tints of Carmine #A7002D
RGB
CMYK
RGB Variations
Color information
#A7002D (or 0xA7002D) is known color: Carmine. HEX triplet: A7, 00 and 2D. RGB value is (167,0,45). Sum of RGB (Red+Green+Blue) = 167+0+45=212 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.77% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 167 - color contains mainly: red. Hex color #A7002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7002D is #58FFD2. Grayscale: #373737. Windows color (decimal): -5832659 or 2949287. OLE color: 2949287.
HSL color Cylindrical-coordinate representation of color #A7002D: hue angle of 343.83º 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 #A7002D is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.73 | 0.35 |
| HSL | 343.83º | 1% | 0.33% | - |
| HSV(B) | 343.83º | 1% | 0.65% | - |
| XYZ | 16.41 | 8.4 | 3.24 | - |
| YUV | 55.06 | 122.33 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 45 | 0 | 1 | 0.73 | 0.35 | 343.83 | 1 | 0.33 |
| Hex | A7 | 0 | 2D | 0 | 64 | 49 | 23 | 158 | 64 | 21 |
| Octal | 247 | 0 | 55 | 0 | 144 | 111 | 43 | 530 | 144 | 41 |
| Binary | 10100111 | 0 | 101101 | 0 | 1100100 | 1001001 | 100011 | 101011000 | 1100100 | 100001 |
Color Harmonies of #A7002D
Complementary color
Monochromatic Colors of #A7002D
Black with #A7002D
Text Example
Text Example
White with #A7002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7002D; }
p { color: rgb(167,0,45); }
H1.HeaderClassName
{
color: #A7002D;
}
.AnyTagClassName
{
color: #A7002D;
}
</style>
background-color css
<style>
a { background-color: #A7002D; }
a { background-color: rgb(167,0,45); }
div.DivClassName
{
background-color: #A7002D;
}
.BgClassName
{
background-color: #A7002D;
}
</style>
border-color css
<style>
span { border-color: #A7002D; }
span { border-color: rgb(167,0,45); }
td.TdClassName
{
border-color: #A7002D;
}
.TagClassName
{
border-color: #A7002D;
}
</style>