Shades of Carmine #A7002F
Tints of Carmine #A7002F
RGB
CMYK
RGB Variations
Color information
#A7002F (or 0xA7002F) is known color: Carmine. HEX triplet: A7, 00 and 2F. RGB value is (167,0,47). Sum of RGB (Red+Green+Blue) = 167+0+47=214 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.04% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 167 - color contains mainly: red. Hex color #A7002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7002F is #58FFD0. Grayscale: #373737. Windows color (decimal): -5832657 or 3080359. OLE color: 3080359.
HSL color Cylindrical-coordinate representation of color #A7002F: hue angle of 343.11º 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 #A7002F is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.72 | 0.35 |
| HSL | 343.11º | 1% | 0.33% | - |
| HSV(B) | 343.11º | 1% | 0.65% | - |
| XYZ | 16.45 | 8.42 | 3.45 | - |
| YUV | 55.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 47 | 0 | 1 | 0.72 | 0.35 | 343.11 | 1 | 0.33 |
| Hex | A7 | 0 | 2F | 0 | 64 | 48 | 23 | 157 | 64 | 21 |
| Octal | 247 | 0 | 57 | 0 | 144 | 110 | 43 | 527 | 144 | 41 |
| Binary | 10100111 | 0 | 101111 | 0 | 1100100 | 1001000 | 100011 | 101010111 | 1100100 | 100001 |
Color Harmonies of #A7002F
Complementary color
Monochromatic Colors of #A7002F
Black with #A7002F
Text Example
Text Example
White with #A7002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7002F; }
p { color: rgb(167,0,47); }
H1.HeaderClassName
{
color: #A7002F;
}
.AnyTagClassName
{
color: #A7002F;
}
</style>
background-color css
<style>
a { background-color: #A7002F; }
a { background-color: rgb(167,0,47); }
div.DivClassName
{
background-color: #A7002F;
}
.BgClassName
{
background-color: #A7002F;
}
</style>
border-color css
<style>
span { border-color: #A7002F; }
span { border-color: rgb(167,0,47); }
td.TdClassName
{
border-color: #A7002F;
}
.TagClassName
{
border-color: #A7002F;
}
</style>