Shades of Rustic Red #4C080B
Tints of Rustic Red #4C080B
RGB
CMYK
RGB Variations
Color information
#4C080B (or 0x4C080B) is known color: Rustic Red. HEX triplet: 4C, 08 and 0B. RGB value is (76,8,11). Sum of RGB (Red+Green+Blue) = 76+8+11=95 (12% of max value = 765). Red value is 76 (30.08% from 255 or 80% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 76 - color contains mainly: red. Hex color #4C080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C080B is #B3F7F4. Grayscale: #1C1C1C. Windows color (decimal): -11794421 or 723020. OLE color: 723020.
HSL color Cylindrical-coordinate representation of color #4C080B: hue angle of 357.35º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C080B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 8 | 11 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.70 |
| HSL | 357.35º | 0.81% | 0.16% | - |
| HSV(B) | 357.35º | 0.89% | 0.3% | - |
| XYZ | 3.13 | 1.73 | 0.49 | - |
| YUV | 28.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 11 | 0 | 0.89 | 0.86 | 0.70 | 357.35 | 0.81 | 0.16 |
| Hex | 4C | 8 | B | 0 | 59 | 56 | 46 | 165 | 51 | 10 |
| Octal | 114 | 10 | 13 | 0 | 131 | 126 | 106 | 545 | 121 | 20 |
| Binary | 1001100 | 1000 | 1011 | 0 | 1011001 | 1010110 | 1000110 | 101100101 | 1010001 | 10000 |
Color Harmonies of #4C080B
Complementary color
Monochromatic Colors of #4C080B
Black with #4C080B
Text Example
Text Example
White with #4C080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C080B; }
p { color: rgb(76,8,11); }
H1.HeaderClassName
{
color: #4C080B;
}
.AnyTagClassName
{
color: #4C080B;
}
</style>
background-color css
<style>
a { background-color: #4C080B; }
a { background-color: rgb(76,8,11); }
div.DivClassName
{
background-color: #4C080B;
}
.BgClassName
{
background-color: #4C080B;
}
</style>
border-color css
<style>
span { border-color: #4C080B; }
span { border-color: rgb(76,8,11); }
td.TdClassName
{
border-color: #4C080B;
}
.TagClassName
{
border-color: #4C080B;
}
</style>