Shades of Rustic Red #480811
Tints of Rustic Red #480811
RGB
CMYK
RGB Variations
Color information
#480811 (or 0x480811) is known color: Rustic Red. HEX triplet: 48, 08 and 11. RGB value is (72,8,17). Sum of RGB (Red+Green+Blue) = 72+8+17=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #480811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480811 is #B7F7EE. Grayscale: #1C1C1C. Windows color (decimal): -12056559 or 1116232. OLE color: 1116232.
HSL color Cylindrical-coordinate representation of color #480811: hue angle of 351.56º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480811 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 8 | 17 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.72 |
| HSL | 351.56º | 0.8% | 0.16% | - |
| HSV(B) | 351.56º | 0.89% | 0.28% | - |
| XYZ | 2.86 | 1.59 | 0.69 | - |
| YUV | 28.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 17 | 0 | 0.89 | 0.76 | 0.72 | 351.56 | 0.8 | 0.16 |
| Hex | 48 | 8 | 11 | 0 | 59 | 4C | 48 | 160 | 50 | 10 |
| Octal | 110 | 10 | 21 | 0 | 131 | 114 | 110 | 540 | 120 | 20 |
| Binary | 1001000 | 1000 | 10001 | 0 | 1011001 | 1001100 | 1001000 | 101100000 | 1010000 | 10000 |
Color Harmonies of #480811
Complementary color
Monochromatic Colors of #480811
Black with #480811
Text Example
Text Example
White with #480811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480811; }
p { color: rgb(72,8,17); }
H1.HeaderClassName
{
color: #480811;
}
.AnyTagClassName
{
color: #480811;
}
</style>
background-color css
<style>
a { background-color: #480811; }
a { background-color: rgb(72,8,17); }
div.DivClassName
{
background-color: #480811;
}
.BgClassName
{
background-color: #480811;
}
</style>
border-color css
<style>
span { border-color: #480811; }
span { border-color: rgb(72,8,17); }
td.TdClassName
{
border-color: #480811;
}
.TagClassName
{
border-color: #480811;
}
</style>