Shades of Rustic Red #480D16
Tints of Rustic Red #480D16
RGB
CMYK
RGB Variations
Color information
#480D16 (or 0x480D16) is known color: Rustic Red. HEX triplet: 48, 0D and 16. RGB value is (72,13,22). Sum of RGB (Red+Green+Blue) = 72+13+22=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #480D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480D16 is #B7F2E9. Grayscale: #1F1F1F. Windows color (decimal): -12055274 or 1445192. OLE color: 1445192.
HSL color Cylindrical-coordinate representation of color #480D16: hue angle of 350.85º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480D16 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 13 | 22 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.72 |
| HSL | 350.85º | 0.69% | 0.17% | - |
| HSV(B) | 350.85º | 0.82% | 0.28% | - |
| XYZ | 2.96 | 1.72 | 0.94 | - |
| YUV | 31.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 13 | 22 | 0 | 0.82 | 0.69 | 0.72 | 350.85 | 0.69 | 0.17 |
| Hex | 48 | D | 16 | 0 | 52 | 45 | 48 | 15F | 45 | 11 |
| Octal | 110 | 15 | 26 | 0 | 122 | 105 | 110 | 537 | 105 | 21 |
| Binary | 1001000 | 1101 | 10110 | 0 | 1010010 | 1000101 | 1001000 | 101011111 | 1000101 | 10001 |
Color Harmonies of #480D16
Complementary color
Monochromatic Colors of #480D16
Black with #480D16
Text Example
Text Example
White with #480D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480D16; }
p { color: rgb(72,13,22); }
H1.HeaderClassName
{
color: #480D16;
}
.AnyTagClassName
{
color: #480D16;
}
</style>
background-color css
<style>
a { background-color: #480D16; }
a { background-color: rgb(72,13,22); }
div.DivClassName
{
background-color: #480D16;
}
.BgClassName
{
background-color: #480D16;
}
</style>
border-color css
<style>
span { border-color: #480D16; }
span { border-color: rgb(72,13,22); }
td.TdClassName
{
border-color: #480D16;
}
.TagClassName
{
border-color: #480D16;
}
</style>