Shades of Medium Carmine #A73D36
Tints of Medium Carmine #A73D36
RGB
CMYK
RGB Variations
Color information
#A73D36 (or 0xA73D36) is known color: Medium Carmine. HEX triplet: A7, 3D and 36. RGB value is (167,61,54). Sum of RGB (Red+Green+Blue) = 167+61+54=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73D36 is #58C2C9. Grayscale: #5C5C5C. Windows color (decimal): -5817034 or 3554727. OLE color: 3554727.
HSL color Cylindrical-coordinate representation of color #A73D36: hue angle of 3.72º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73D36 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 61 | 54 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.35 |
| HSL | 3.72º | 0.51% | 0.43% | - |
| HSV(B) | 3.72º | 0.68% | 0.65% | - |
| XYZ | 18.27 | 11.82 | 4.81 | - |
| YUV | 91.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 54 | 0 | 0.63 | 0.68 | 0.35 | 3.72 | 0.51 | 0.43 |
| Hex | A7 | 3D | 36 | 0 | 3F | 44 | 23 | 4 | 33 | 2B |
| Octal | 247 | 75 | 66 | 0 | 77 | 104 | 43 | 4 | 63 | 53 |
| Binary | 10100111 | 111101 | 110110 | 0 | 111111 | 1000100 | 100011 | 100 | 110011 | 101011 |
Color Harmonies of #A73D36
Complementary color
Monochromatic Colors of #A73D36
Black with #A73D36
Text Example
Text Example
White with #A73D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73D36; }
p { color: rgb(167,61,54); }
H1.HeaderClassName
{
color: #A73D36;
}
.AnyTagClassName
{
color: #A73D36;
}
</style>
background-color css
<style>
a { background-color: #A73D36; }
a { background-color: rgb(167,61,54); }
div.DivClassName
{
background-color: #A73D36;
}
.BgClassName
{
background-color: #A73D36;
}
</style>
border-color css
<style>
span { border-color: #A73D36; }
span { border-color: rgb(167,61,54); }
td.TdClassName
{
border-color: #A73D36;
}
.TagClassName
{
border-color: #A73D36;
}
</style>