Shades of Rustic Red #480B11
Tints of Rustic Red #480B11
RGB
CMYK
RGB Variations
Color information
#480B11 (or 0x480B11) is known color: Rustic Red. HEX triplet: 48, 0B and 11. RGB value is (72,11,17). Sum of RGB (Red+Green+Blue) = 72+11+17=100 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 72 - color contains mainly: red. Hex color #480B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B11 is #B7F4EE. Grayscale: #1D1D1D. Windows color (decimal): -12055791 or 1117000. OLE color: 1117000.
HSL color Cylindrical-coordinate representation of color #480B11: hue angle of 354.1º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B11 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 11 | 17 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.72 |
| HSL | 354.1º | 0.73% | 0.16% | - |
| HSV(B) | 354.1º | 0.85% | 0.28% | - |
| XYZ | 2.89 | 1.66 | 0.7 | - |
| YUV | 29.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 17 | 0 | 0.85 | 0.76 | 0.72 | 354.1 | 0.73 | 0.16 |
| Hex | 48 | B | 11 | 0 | 55 | 4C | 48 | 162 | 49 | 10 |
| Octal | 110 | 13 | 21 | 0 | 125 | 114 | 110 | 542 | 111 | 20 |
| Binary | 1001000 | 1011 | 10001 | 0 | 1010101 | 1001100 | 1001000 | 101100010 | 1001001 | 10000 |
Color Harmonies of #480B11
Complementary color
Monochromatic Colors of #480B11
Black with #480B11
Text Example
Text Example
White with #480B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480B11; }
p { color: rgb(72,11,17); }
H1.HeaderClassName
{
color: #480B11;
}
.AnyTagClassName
{
color: #480B11;
}
</style>
background-color css
<style>
a { background-color: #480B11; }
a { background-color: rgb(72,11,17); }
div.DivClassName
{
background-color: #480B11;
}
.BgClassName
{
background-color: #480B11;
}
</style>
border-color css
<style>
span { border-color: #480B11; }
span { border-color: rgb(72,11,17); }
td.TdClassName
{
border-color: #480B11;
}
.TagClassName
{
border-color: #480B11;
}
</style>