Shades of Rustic Red #481416
Tints of Rustic Red #481416
RGB
CMYK
RGB Variations
Color information
#481416 (or 0x481416) is known color: Rustic Red. HEX triplet: 48, 14 and 16. RGB value is (72,20,22). Sum of RGB (Red+Green+Blue) = 72+20+22=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481416 is #B7EBE9. Grayscale: #232323. Windows color (decimal): -12053482 or 1446984. OLE color: 1446984.
HSL color Cylindrical-coordinate representation of color #481416: hue angle of 357.69º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #481416 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 20 | 22 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.72 |
| HSL | 357.69º | 0.57% | 0.18% | - |
| HSV(B) | 357.69º | 0.72% | 0.28% | - |
| XYZ | 3.07 | 1.94 | 0.97 | - |
| YUV | 35.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 22 | 0 | 0.72 | 0.69 | 0.72 | 357.69 | 0.57 | 0.18 |
| Hex | 48 | 14 | 16 | 0 | 48 | 45 | 48 | 166 | 39 | 12 |
| Octal | 110 | 24 | 26 | 0 | 110 | 105 | 110 | 546 | 71 | 22 |
| Binary | 1001000 | 10100 | 10110 | 0 | 1001000 | 1000101 | 1001000 | 101100110 | 111001 | 10010 |
Color Harmonies of #481416
Complementary color
Monochromatic Colors of #481416
Black with #481416
Text Example
Text Example
White with #481416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481416; }
p { color: rgb(72,20,22); }
H1.HeaderClassName
{
color: #481416;
}
.AnyTagClassName
{
color: #481416;
}
</style>
background-color css
<style>
a { background-color: #481416; }
a { background-color: rgb(72,20,22); }
div.DivClassName
{
background-color: #481416;
}
.BgClassName
{
background-color: #481416;
}
</style>
border-color css
<style>
span { border-color: #481416; }
span { border-color: rgb(72,20,22); }
td.TdClassName
{
border-color: #481416;
}
.TagClassName
{
border-color: #481416;
}
</style>