Shades of Rustic Red #480A11
Tints of Rustic Red #480A11
RGB
CMYK
RGB Variations
Color information
#480A11 (or 0x480A11) is known color: Rustic Red. HEX triplet: 48, 0A and 11. RGB value is (72,10,17). Sum of RGB (Red+Green+Blue) = 72+10+17=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #480A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A11 is #B7F5EE. Grayscale: #1D1D1D. Windows color (decimal): -12056047 or 1116744. OLE color: 1116744.
HSL color Cylindrical-coordinate representation of color #480A11: hue angle of 353.23º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480A11 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 10 | 17 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.72 |
| HSL | 353.23º | 0.76% | 0.16% | - |
| HSV(B) | 353.23º | 0.86% | 0.28% | - |
| XYZ | 2.88 | 1.64 | 0.69 | - |
| YUV | 29.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 10 | 17 | 0 | 0.86 | 0.76 | 0.72 | 353.23 | 0.76 | 0.16 |
| Hex | 48 | A | 11 | 0 | 56 | 4C | 48 | 161 | 4C | 10 |
| Octal | 110 | 12 | 21 | 0 | 126 | 114 | 110 | 541 | 114 | 20 |
| Binary | 1001000 | 1010 | 10001 | 0 | 1010110 | 1001100 | 1001000 | 101100001 | 1001100 | 10000 |
Color Harmonies of #480A11
Complementary color
Monochromatic Colors of #480A11
Black with #480A11
Text Example
Text Example
White with #480A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480A11; }
p { color: rgb(72,10,17); }
H1.HeaderClassName
{
color: #480A11;
}
.AnyTagClassName
{
color: #480A11;
}
</style>
background-color css
<style>
a { background-color: #480A11; }
a { background-color: rgb(72,10,17); }
div.DivClassName
{
background-color: #480A11;
}
.BgClassName
{
background-color: #480A11;
}
</style>
border-color css
<style>
span { border-color: #480A11; }
span { border-color: rgb(72,10,17); }
td.TdClassName
{
border-color: #480A11;
}
.TagClassName
{
border-color: #480A11;
}
</style>