Shades of Rustic Red #481415
Tints of Rustic Red #481415
RGB
CMYK
RGB Variations
Color information
#481415 (or 0x481415) is known color: Rustic Red. HEX triplet: 48, 14 and 15. RGB value is (72,20,21). Sum of RGB (Red+Green+Blue) = 72+20+21=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481415 is #B7EBEA. Grayscale: #232323. Windows color (decimal): -12053483 or 1381448. OLE color: 1381448.
HSL color Cylindrical-coordinate representation of color #481415: hue angle of 358.85º 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 #481415 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 20 | 21 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.72 |
| HSL | 358.85º | 0.57% | 0.18% | - |
| HSV(B) | 358.85º | 0.72% | 0.28% | - |
| XYZ | 3.06 | 1.93 | 0.92 | - |
| YUV | 35.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 21 | 0 | 0.72 | 0.71 | 0.72 | 358.85 | 0.57 | 0.18 |
| Hex | 48 | 14 | 15 | 0 | 48 | 47 | 48 | 167 | 39 | 12 |
| Octal | 110 | 24 | 25 | 0 | 110 | 107 | 110 | 547 | 71 | 22 |
| Binary | 1001000 | 10100 | 10101 | 0 | 1001000 | 1000111 | 1001000 | 101100111 | 111001 | 10010 |
Color Harmonies of #481415
Complementary color
Monochromatic Colors of #481415
Black with #481415
Text Example
Text Example
White with #481415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481415; }
p { color: rgb(72,20,21); }
H1.HeaderClassName
{
color: #481415;
}
.AnyTagClassName
{
color: #481415;
}
</style>
background-color css
<style>
a { background-color: #481415; }
a { background-color: rgb(72,20,21); }
div.DivClassName
{
background-color: #481415;
}
.BgClassName
{
background-color: #481415;
}
</style>
border-color css
<style>
span { border-color: #481415; }
span { border-color: rgb(72,20,21); }
td.TdClassName
{
border-color: #481415;
}
.TagClassName
{
border-color: #481415;
}
</style>