Shades of Rustic Red #48040D
Tints of Rustic Red #48040D
RGB
CMYK
RGB Variations
Color information
#48040D (or 0x48040D) is known color: Rustic Red. HEX triplet: 48, 04 and 0D. RGB value is (72,4,13). Sum of RGB (Red+Green+Blue) = 72+4+13=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #48040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48040D is #B7FBF2. Grayscale: #191919. Windows color (decimal): -12057587 or 853064. OLE color: 853064.
HSL color Cylindrical-coordinate representation of color #48040D: hue angle of 352.06º 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 #48040D is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 4 | 13 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.72 |
| HSL | 352.06º | 0.89% | 0.15% | - |
| HSV(B) | 352.06º | 0.94% | 0.28% | - |
| XYZ | 2.79 | 1.49 | 0.52 | - |
| YUV | 25.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 13 | 0 | 0.94 | 0.82 | 0.72 | 352.06 | 0.89 | 0.15 |
| Hex | 48 | 4 | D | 0 | 5E | 52 | 48 | 160 | 59 | F |
| Octal | 110 | 4 | 15 | 0 | 136 | 122 | 110 | 540 | 131 | 17 |
| Binary | 1001000 | 100 | 1101 | 0 | 1011110 | 1010010 | 1001000 | 101100000 | 1011001 | 1111 |
Color Harmonies of #48040D
Complementary color
Monochromatic Colors of #48040D
Black with #48040D
Text Example
Text Example
White with #48040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48040D; }
p { color: rgb(72,4,13); }
H1.HeaderClassName
{
color: #48040D;
}
.AnyTagClassName
{
color: #48040D;
}
</style>
background-color css
<style>
a { background-color: #48040D; }
a { background-color: rgb(72,4,13); }
div.DivClassName
{
background-color: #48040D;
}
.BgClassName
{
background-color: #48040D;
}
</style>
border-color css
<style>
span { border-color: #48040D; }
span { border-color: rgb(72,4,13); }
td.TdClassName
{
border-color: #48040D;
}
.TagClassName
{
border-color: #48040D;
}
</style>