Shades of Medium Carmine #A73A34
Tints of Medium Carmine #A73A34
RGB
CMYK
RGB Variations
Color information
#A73A34 (or 0xA73A34) is known color: Medium Carmine. HEX triplet: A7, 3A and 34. RGB value is (167,58,52). Sum of RGB (Red+Green+Blue) = 167+58+52=277 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.29% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73A34 is #58C5CB. Grayscale: #5A5A5A. Windows color (decimal): -5817804 or 3422887. OLE color: 3422887.
HSL color Cylindrical-coordinate representation of color #A73A34: hue angle of 3.13º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73A34 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 58 | 52 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.35 |
| HSL | 3.13º | 0.53% | 0.43% | - |
| HSV(B) | 3.13º | 0.69% | 0.65% | - |
| XYZ | 18.07 | 11.49 | 4.51 | - |
| YUV | 89.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 52 | 0 | 0.65 | 0.69 | 0.35 | 3.13 | 0.53 | 0.43 |
| Hex | A7 | 3A | 34 | 0 | 41 | 45 | 23 | 3 | 35 | 2B |
| Octal | 247 | 72 | 64 | 0 | 101 | 105 | 43 | 3 | 65 | 53 |
| Binary | 10100111 | 111010 | 110100 | 0 | 1000001 | 1000101 | 100011 | 11 | 110101 | 101011 |
Color Harmonies of #A73A34
Complementary color
Monochromatic Colors of #A73A34
Black with #A73A34
Text Example
Text Example
White with #A73A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73A34; }
p { color: rgb(167,58,52); }
H1.HeaderClassName
{
color: #A73A34;
}
.AnyTagClassName
{
color: #A73A34;
}
</style>
background-color css
<style>
a { background-color: #A73A34; }
a { background-color: rgb(167,58,52); }
div.DivClassName
{
background-color: #A73A34;
}
.BgClassName
{
background-color: #A73A34;
}
</style>
border-color css
<style>
span { border-color: #A73A34; }
span { border-color: rgb(167,58,52); }
td.TdClassName
{
border-color: #A73A34;
}
.TagClassName
{
border-color: #A73A34;
}
</style>