Shades of Medium Carmine #A73E34
Tints of Medium Carmine #A73E34
RGB
CMYK
RGB Variations
Color information
#A73E34 (or 0xA73E34) is known color: Medium Carmine. HEX triplet: A7, 3E and 34. RGB value is (167,62,52). Sum of RGB (Red+Green+Blue) = 167+62+52=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A73E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73E34 is #58C1CB. Grayscale: #5C5C5C. Windows color (decimal): -5816780 or 3423911. OLE color: 3423911.
HSL color Cylindrical-coordinate representation of color #A73E34: hue angle of 5.22º 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 #A73E34 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 62 | 52 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.35 |
| HSL | 5.22º | 0.53% | 0.43% | - |
| HSV(B) | 5.22º | 0.69% | 0.65% | - |
| XYZ | 18.28 | 11.91 | 4.58 | - |
| YUV | 92.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 62 | 52 | 0 | 0.63 | 0.69 | 0.35 | 5.22 | 0.53 | 0.43 |
| Hex | A7 | 3E | 34 | 0 | 3F | 45 | 23 | 5 | 35 | 2B |
| Octal | 247 | 76 | 64 | 0 | 77 | 105 | 43 | 5 | 65 | 53 |
| Binary | 10100111 | 111110 | 110100 | 0 | 111111 | 1000101 | 100011 | 101 | 110101 | 101011 |
Color Harmonies of #A73E34
Complementary color
Monochromatic Colors of #A73E34
Black with #A73E34
Text Example
Text Example
White with #A73E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73E34; }
p { color: rgb(167,62,52); }
H1.HeaderClassName
{
color: #A73E34;
}
.AnyTagClassName
{
color: #A73E34;
}
</style>
background-color css
<style>
a { background-color: #A73E34; }
a { background-color: rgb(167,62,52); }
div.DivClassName
{
background-color: #A73E34;
}
.BgClassName
{
background-color: #A73E34;
}
</style>
border-color css
<style>
span { border-color: #A73E34; }
span { border-color: rgb(167,62,52); }
td.TdClassName
{
border-color: #A73E34;
}
.TagClassName
{
border-color: #A73E34;
}
</style>