Shades of Rustic Red #48080D
Tints of Rustic Red #48080D
RGB
CMYK
RGB Variations
Color information
#48080D (or 0x48080D) is known color: Rustic Red. HEX triplet: 48, 08 and 0D. RGB value is (72,8,13). Sum of RGB (Red+Green+Blue) = 72+8+13=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #48080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48080D is #B7F7F2. Grayscale: #1B1B1B. Windows color (decimal): -12056563 or 854088. OLE color: 854088.
HSL color Cylindrical-coordinate representation of color #48080D: hue angle of 355.31º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48080D is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 8 | 13 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.72 |
| HSL | 355.31º | 0.8% | 0.16% | - |
| HSV(B) | 355.31º | 0.89% | 0.28% | - |
| XYZ | 2.83 | 1.58 | 0.54 | - |
| YUV | 27.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 13 | 0 | 0.89 | 0.82 | 0.72 | 355.31 | 0.8 | 0.16 |
| Hex | 48 | 8 | D | 0 | 59 | 52 | 48 | 163 | 50 | 10 |
| Octal | 110 | 10 | 15 | 0 | 131 | 122 | 110 | 543 | 120 | 20 |
| Binary | 1001000 | 1000 | 1101 | 0 | 1011001 | 1010010 | 1001000 | 101100011 | 1010000 | 10000 |
Color Harmonies of #48080D
Complementary color
Monochromatic Colors of #48080D
Black with #48080D
Text Example
Text Example
White with #48080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48080D; }
p { color: rgb(72,8,13); }
H1.HeaderClassName
{
color: #48080D;
}
.AnyTagClassName
{
color: #48080D;
}
</style>
background-color css
<style>
a { background-color: #48080D; }
a { background-color: rgb(72,8,13); }
div.DivClassName
{
background-color: #48080D;
}
.BgClassName
{
background-color: #48080D;
}
</style>
border-color css
<style>
span { border-color: #48080D; }
span { border-color: rgb(72,8,13); }
td.TdClassName
{
border-color: #48080D;
}
.TagClassName
{
border-color: #48080D;
}
</style>