Shades of Carmine #A7032A
Tints of Carmine #A7032A
RGB
CMYK
RGB Variations
Color information
#A7032A (or 0xA7032A) is known color: Carmine. HEX triplet: A7, 03 and 2A. RGB value is (167,3,42). Sum of RGB (Red+Green+Blue) = 167+3+42=212 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.77% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 167 - color contains mainly: red. Hex color #A7032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7032A is #58FCD5. Grayscale: #383838. Windows color (decimal): -5831894 or 2753447. OLE color: 2753447.
HSL color Cylindrical-coordinate representation of color #A7032A: hue angle of 345.73º 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 #A7032A is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.35 |
| HSL | 345.73º | 0.96% | 0.33% | - |
| HSV(B) | 345.73º | 0.98% | 0.65% | - |
| XYZ | 16.39 | 8.45 | 2.96 | - |
| YUV | 56.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 42 | 0 | 0.98 | 0.75 | 0.35 | 345.73 | 0.96 | 0.33 |
| Hex | A7 | 3 | 2A | 0 | 62 | 4B | 23 | 15A | 60 | 21 |
| Octal | 247 | 3 | 52 | 0 | 142 | 113 | 43 | 532 | 140 | 41 |
| Binary | 10100111 | 11 | 101010 | 0 | 1100010 | 1001011 | 100011 | 101011010 | 1100000 | 100001 |
Color Harmonies of #A7032A
Complementary color
Monochromatic Colors of #A7032A
Black with #A7032A
Text Example
Text Example
White with #A7032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7032A; }
p { color: rgb(167,3,42); }
H1.HeaderClassName
{
color: #A7032A;
}
.AnyTagClassName
{
color: #A7032A;
}
</style>
background-color css
<style>
a { background-color: #A7032A; }
a { background-color: rgb(167,3,42); }
div.DivClassName
{
background-color: #A7032A;
}
.BgClassName
{
background-color: #A7032A;
}
</style>
border-color css
<style>
span { border-color: #A7032A; }
span { border-color: rgb(167,3,42); }
td.TdClassName
{
border-color: #A7032A;
}
.TagClassName
{
border-color: #A7032A;
}
</style>