Shades of Medium Carmine #A73D34
Tints of Medium Carmine #A73D34
RGB
CMYK
RGB Variations
Color information
#A73D34 (or 0xA73D34) is known color: Medium Carmine. HEX triplet: A7, 3D and 34. RGB value is (167,61,52). Sum of RGB (Red+Green+Blue) = 167+61+52=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73D34 is #58C2CB. Grayscale: #5B5B5B. Windows color (decimal): -5817036 or 3423655. OLE color: 3423655.
HSL color Cylindrical-coordinate representation of color #A73D34: hue angle of 4.7º 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 #A73D34 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 61 | 52 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.35 |
| HSL | 4.7º | 0.53% | 0.43% | - |
| HSV(B) | 4.7º | 0.69% | 0.65% | - |
| XYZ | 18.22 | 11.8 | 4.57 | - |
| YUV | 91.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 52 | 0 | 0.63 | 0.69 | 0.35 | 4.7 | 0.53 | 0.43 |
| Hex | A7 | 3D | 34 | 0 | 3F | 45 | 23 | 5 | 35 | 2B |
| Octal | 247 | 75 | 64 | 0 | 77 | 105 | 43 | 5 | 65 | 53 |
| Binary | 10100111 | 111101 | 110100 | 0 | 111111 | 1000101 | 100011 | 101 | 110101 | 101011 |
Color Harmonies of #A73D34
Complementary color
Monochromatic Colors of #A73D34
Black with #A73D34
Text Example
Text Example
White with #A73D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73D34; }
p { color: rgb(167,61,52); }
H1.HeaderClassName
{
color: #A73D34;
}
.AnyTagClassName
{
color: #A73D34;
}
</style>
background-color css
<style>
a { background-color: #A73D34; }
a { background-color: rgb(167,61,52); }
div.DivClassName
{
background-color: #A73D34;
}
.BgClassName
{
background-color: #A73D34;
}
</style>
border-color css
<style>
span { border-color: #A73D34; }
span { border-color: rgb(167,61,52); }
td.TdClassName
{
border-color: #A73D34;
}
.TagClassName
{
border-color: #A73D34;
}
</style>