Shades of Medium Carmine #A7453A
Tints of Medium Carmine #A7453A
RGB
CMYK
RGB Variations
Color information
#A7453A (or 0xA7453A) is known color: Medium Carmine. HEX triplet: A7, 45 and 3A. RGB value is (167,69,58). Sum of RGB (Red+Green+Blue) = 167+69+58=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A7453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7453A is #58BAC5. Grayscale: #616161. Windows color (decimal): -5814982 or 3818919. OLE color: 3818919.
HSL color Cylindrical-coordinate representation of color #A7453A: hue angle of 6.06º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7453A is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 58 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.35 |
| HSL | 6.06º | 0.48% | 0.44% | - |
| HSV(B) | 6.06º | 0.65% | 0.65% | - |
| XYZ | 18.83 | 12.78 | 5.48 | - |
| YUV | 97.05 | 105.97 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 58 | 0 | 0.59 | 0.65 | 0.35 | 6.06 | 0.48 | 0.44 |
| Hex | A7 | 45 | 3A | 0 | 3B | 41 | 23 | 6 | 30 | 2C |
| Octal | 247 | 105 | 72 | 0 | 73 | 101 | 43 | 6 | 60 | 54 |
| Binary | 10100111 | 1000101 | 111010 | 0 | 111011 | 1000001 | 100011 | 110 | 110000 | 101100 |
Color Harmonies of #A7453A
Complementary color
Monochromatic Colors of #A7453A
Black with #A7453A
Text Example
Text Example
White with #A7453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7453A; }
p { color: rgb(167,69,58); }
H1.HeaderClassName
{
color: #A7453A;
}
.AnyTagClassName
{
color: #A7453A;
}
</style>
background-color css
<style>
a { background-color: #A7453A; }
a { background-color: rgb(167,69,58); }
div.DivClassName
{
background-color: #A7453A;
}
.BgClassName
{
background-color: #A7453A;
}
</style>
border-color css
<style>
span { border-color: #A7453A; }
span { border-color: rgb(167,69,58); }
td.TdClassName
{
border-color: #A7453A;
}
.TagClassName
{
border-color: #A7453A;
}
</style>