Shades of Medium Carmine #A73C30
Tints of Medium Carmine #A73C30
RGB
CMYK
RGB Variations
Color information
#A73C30 (or 0xA73C30) is known color: Medium Carmine. HEX triplet: A7, 3C and 30. RGB value is (167,60,48). Sum of RGB (Red+Green+Blue) = 167+60+48=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73C30 is #58C3CF. Grayscale: #5A5A5A. Windows color (decimal): -5817296 or 3161255. OLE color: 3161255.
HSL color Cylindrical-coordinate representation of color #A73C30: hue angle of 6.05º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73C30 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 60 | 48 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.35 |
| HSL | 6.05º | 0.55% | 0.42% | - |
| HSV(B) | 6.05º | 0.71% | 0.65% | - |
| XYZ | 18.09 | 11.66 | 4.09 | - |
| YUV | 90.63 | 103.95 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 48 | 0 | 0.64 | 0.71 | 0.35 | 6.05 | 0.55 | 0.42 |
| Hex | A7 | 3C | 30 | 0 | 40 | 47 | 23 | 6 | 37 | 2A |
| Octal | 247 | 74 | 60 | 0 | 100 | 107 | 43 | 6 | 67 | 52 |
| Binary | 10100111 | 111100 | 110000 | 0 | 1000000 | 1000111 | 100011 | 110 | 110111 | 101010 |
Color Harmonies of #A73C30
Complementary color
Monochromatic Colors of #A73C30
Black with #A73C30
Text Example
Text Example
White with #A73C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73C30; }
p { color: rgb(167,60,48); }
H1.HeaderClassName
{
color: #A73C30;
}
.AnyTagClassName
{
color: #A73C30;
}
</style>
background-color css
<style>
a { background-color: #A73C30; }
a { background-color: rgb(167,60,48); }
div.DivClassName
{
background-color: #A73C30;
}
.BgClassName
{
background-color: #A73C30;
}
</style>
border-color css
<style>
span { border-color: #A73C30; }
span { border-color: rgb(167,60,48); }
td.TdClassName
{
border-color: #A73C30;
}
.TagClassName
{
border-color: #A73C30;
}
</style>