Shades of Rustic Red #48050E
Tints of Rustic Red #48050E
RGB
CMYK
RGB Variations
Color information
#48050E (or 0x48050E) is known color: Rustic Red. HEX triplet: 48, 05 and 0E. RGB value is (72,5,14). Sum of RGB (Red+Green+Blue) = 72+5+14=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #48050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48050E is #B7FAF1. Grayscale: #1A1A1A. Windows color (decimal): -12057330 or 918856. OLE color: 918856.
HSL color Cylindrical-coordinate representation of color #48050E: hue angle of 351.94º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48050E is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 5 | 14 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.72 |
| HSL | 351.94º | 0.87% | 0.15% | - |
| HSV(B) | 351.94º | 0.93% | 0.28% | - |
| XYZ | 2.81 | 1.52 | 0.56 | - |
| YUV | 26.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 14 | 0 | 0.93 | 0.81 | 0.72 | 351.94 | 0.87 | 0.15 |
| Hex | 48 | 5 | E | 0 | 5D | 51 | 48 | 160 | 57 | F |
| Octal | 110 | 5 | 16 | 0 | 135 | 121 | 110 | 540 | 127 | 17 |
| Binary | 1001000 | 101 | 1110 | 0 | 1011101 | 1010001 | 1001000 | 101100000 | 1010111 | 1111 |
Color Harmonies of #48050E
Complementary color
Monochromatic Colors of #48050E
Black with #48050E
Text Example
Text Example
White with #48050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48050E; }
p { color: rgb(72,5,14); }
H1.HeaderClassName
{
color: #48050E;
}
.AnyTagClassName
{
color: #48050E;
}
</style>
background-color css
<style>
a { background-color: #48050E; }
a { background-color: rgb(72,5,14); }
div.DivClassName
{
background-color: #48050E;
}
.BgClassName
{
background-color: #48050E;
}
</style>
border-color css
<style>
span { border-color: #48050E; }
span { border-color: rgb(72,5,14); }
td.TdClassName
{
border-color: #48050E;
}
.TagClassName
{
border-color: #48050E;
}
</style>