Shades of Carmine #A7052B
Tints of Carmine #A7052B
RGB
CMYK
RGB Variations
Color information
#A7052B (or 0xA7052B) is known color: Carmine. HEX triplet: A7, 05 and 2B. RGB value is (167,5,43). Sum of RGB (Red+Green+Blue) = 167+5+43=215 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.67% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 167 - color contains mainly: red. Hex color #A7052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7052B is #58FAD4. Grayscale: #393939. Windows color (decimal): -5831381 or 2819495. OLE color: 2819495.
HSL color Cylindrical-coordinate representation of color #A7052B: hue angle of 345.93º 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 #A7052B is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 43 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.35 |
| HSL | 345.93º | 0.94% | 0.34% | - |
| HSV(B) | 345.93º | 0.97% | 0.65% | - |
| XYZ | 16.43 | 8.5 | 3.06 | - |
| YUV | 57.77 | 119.67 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 43 | 0 | 0.97 | 0.74 | 0.35 | 345.93 | 0.94 | 0.34 |
| Hex | A7 | 5 | 2B | 0 | 61 | 4A | 23 | 15A | 5E | 22 |
| Octal | 247 | 5 | 53 | 0 | 141 | 112 | 43 | 532 | 136 | 42 |
| Binary | 10100111 | 101 | 101011 | 0 | 1100001 | 1001010 | 100011 | 101011010 | 1011110 | 100010 |
Color Harmonies of #A7052B
Complementary color
Monochromatic Colors of #A7052B
Black with #A7052B
Text Example
Text Example
White with #A7052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7052B; }
p { color: rgb(167,5,43); }
H1.HeaderClassName
{
color: #A7052B;
}
.AnyTagClassName
{
color: #A7052B;
}
</style>
background-color css
<style>
a { background-color: #A7052B; }
a { background-color: rgb(167,5,43); }
div.DivClassName
{
background-color: #A7052B;
}
.BgClassName
{
background-color: #A7052B;
}
</style>
border-color css
<style>
span { border-color: #A7052B; }
span { border-color: rgb(167,5,43); }
td.TdClassName
{
border-color: #A7052B;
}
.TagClassName
{
border-color: #A7052B;
}
</style>