Shades of Rustic Red #48040F
Tints of Rustic Red #48040F
RGB
CMYK
RGB Variations
Color information
#48040F (or 0x48040F) is known color: Rustic Red. HEX triplet: 48, 04 and 0F. RGB value is (72,4,15). Sum of RGB (Red+Green+Blue) = 72+4+15=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #48040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48040F is #B7FBF0. Grayscale: #191919. Windows color (decimal): -12057585 or 984136. OLE color: 984136.
HSL color Cylindrical-coordinate representation of color #48040F: hue angle of 350.29º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48040F is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 4 | 15 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.72 |
| HSL | 350.29º | 0.89% | 0.15% | - |
| HSV(B) | 350.29º | 0.94% | 0.28% | - |
| XYZ | 2.8 | 1.5 | 0.59 | - |
| YUV | 25.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 15 | 0 | 0.94 | 0.79 | 0.72 | 350.29 | 0.89 | 0.15 |
| Hex | 48 | 4 | F | 0 | 5E | 4F | 48 | 15E | 59 | F |
| Octal | 110 | 4 | 17 | 0 | 136 | 117 | 110 | 536 | 131 | 17 |
| Binary | 1001000 | 100 | 1111 | 0 | 1011110 | 1001111 | 1001000 | 101011110 | 1011001 | 1111 |
Color Harmonies of #48040F
Complementary color
Monochromatic Colors of #48040F
Black with #48040F
Text Example
Text Example
White with #48040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48040F; }
p { color: rgb(72,4,15); }
H1.HeaderClassName
{
color: #48040F;
}
.AnyTagClassName
{
color: #48040F;
}
</style>
background-color css
<style>
a { background-color: #48040F; }
a { background-color: rgb(72,4,15); }
div.DivClassName
{
background-color: #48040F;
}
.BgClassName
{
background-color: #48040F;
}
</style>
border-color css
<style>
span { border-color: #48040F; }
span { border-color: rgb(72,4,15); }
td.TdClassName
{
border-color: #48040F;
}
.TagClassName
{
border-color: #48040F;
}
</style>