Shades of Rustic Red #481516
Tints of Rustic Red #481516
RGB
CMYK
RGB Variations
Color information
#481516 (or 0x481516) is known color: Rustic Red. HEX triplet: 48, 15 and 16. RGB value is (72,21,22). Sum of RGB (Red+Green+Blue) = 72+21+22=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481516 is #B7EAE9. Grayscale: #242424. Windows color (decimal): -12053226 or 1447240. OLE color: 1447240.
HSL color Cylindrical-coordinate representation of color #481516: hue angle of 358.82º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481516 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 21 | 22 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.72 |
| HSL | 358.82º | 0.55% | 0.18% | - |
| HSV(B) | 358.82º | 0.71% | 0.28% | - |
| XYZ | 3.09 | 1.97 | 0.98 | - |
| YUV | 36.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 22 | 0 | 0.71 | 0.69 | 0.72 | 358.82 | 0.55 | 0.18 |
| Hex | 48 | 15 | 16 | 0 | 47 | 45 | 48 | 167 | 37 | 12 |
| Octal | 110 | 25 | 26 | 0 | 107 | 105 | 110 | 547 | 67 | 22 |
| Binary | 1001000 | 10101 | 10110 | 0 | 1000111 | 1000101 | 1001000 | 101100111 | 110111 | 10010 |
Color Harmonies of #481516
Complementary color
Monochromatic Colors of #481516
Black with #481516
Text Example
Text Example
White with #481516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481516; }
p { color: rgb(72,21,22); }
H1.HeaderClassName
{
color: #481516;
}
.AnyTagClassName
{
color: #481516;
}
</style>
background-color css
<style>
a { background-color: #481516; }
a { background-color: rgb(72,21,22); }
div.DivClassName
{
background-color: #481516;
}
.BgClassName
{
background-color: #481516;
}
</style>
border-color css
<style>
span { border-color: #481516; }
span { border-color: rgb(72,21,22); }
td.TdClassName
{
border-color: #481516;
}
.TagClassName
{
border-color: #481516;
}
</style>