Shades of Medium Carmine #A73C33
Tints of Medium Carmine #A73C33
RGB
CMYK
RGB Variations
Color information
#A73C33 (or 0xA73C33) is known color: Medium Carmine. HEX triplet: A7, 3C and 33. RGB value is (167,60,51). Sum of RGB (Red+Green+Blue) = 167+60+51=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73C33 is #58C3CC. Grayscale: #5B5B5B. Windows color (decimal): -5817293 or 3357863. OLE color: 3357863.
HSL color Cylindrical-coordinate representation of color #A73C33: hue angle of 4.66º 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 #A73C33 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 60 | 51 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.35 |
| HSL | 4.66º | 0.53% | 0.43% | - |
| HSV(B) | 4.66º | 0.69% | 0.65% | - |
| XYZ | 18.15 | 11.69 | 4.43 | - |
| YUV | 90.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 51 | 0 | 0.64 | 0.69 | 0.35 | 4.66 | 0.53 | 0.43 |
| Hex | A7 | 3C | 33 | 0 | 40 | 45 | 23 | 5 | 35 | 2B |
| Octal | 247 | 74 | 63 | 0 | 100 | 105 | 43 | 5 | 65 | 53 |
| Binary | 10100111 | 111100 | 110011 | 0 | 1000000 | 1000101 | 100011 | 101 | 110101 | 101011 |
Color Harmonies of #A73C33
Complementary color
Monochromatic Colors of #A73C33
Black with #A73C33
Text Example
Text Example
White with #A73C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73C33; }
p { color: rgb(167,60,51); }
H1.HeaderClassName
{
color: #A73C33;
}
.AnyTagClassName
{
color: #A73C33;
}
</style>
background-color css
<style>
a { background-color: #A73C33; }
a { background-color: rgb(167,60,51); }
div.DivClassName
{
background-color: #A73C33;
}
.BgClassName
{
background-color: #A73C33;
}
</style>
border-color css
<style>
span { border-color: #A73C33; }
span { border-color: rgb(167,60,51); }
td.TdClassName
{
border-color: #A73C33;
}
.TagClassName
{
border-color: #A73C33;
}
</style>