Shades of Rustic Red #48060B
Tints of Rustic Red #48060B
RGB
CMYK
RGB Variations
Color information
#48060B (or 0x48060B) is known color: Rustic Red. HEX triplet: 48, 06 and 0B. RGB value is (72,6,11). Sum of RGB (Red+Green+Blue) = 72+6+11=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #48060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48060B is #B7F9F4. Grayscale: #1A1A1A. Windows color (decimal): -12057077 or 722504. OLE color: 722504.
HSL color Cylindrical-coordinate representation of color #48060B: hue angle of 355.45º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48060B is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 6 | 11 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.72 |
| HSL | 355.45º | 0.85% | 0.15% | - |
| HSV(B) | 355.45º | 0.92% | 0.28% | - |
| XYZ | 2.8 | 1.53 | 0.46 | - |
| YUV | 26.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 6 | 11 | 0 | 0.92 | 0.85 | 0.72 | 355.45 | 0.85 | 0.15 |
| Hex | 48 | 6 | B | 0 | 5C | 55 | 48 | 163 | 55 | F |
| Octal | 110 | 6 | 13 | 0 | 134 | 125 | 110 | 543 | 125 | 17 |
| Binary | 1001000 | 110 | 1011 | 0 | 1011100 | 1010101 | 1001000 | 101100011 | 1010101 | 1111 |
Color Harmonies of #48060B
Complementary color
Monochromatic Colors of #48060B
Black with #48060B
Text Example
Text Example
White with #48060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48060B; }
p { color: rgb(72,6,11); }
H1.HeaderClassName
{
color: #48060B;
}
.AnyTagClassName
{
color: #48060B;
}
</style>
background-color css
<style>
a { background-color: #48060B; }
a { background-color: rgb(72,6,11); }
div.DivClassName
{
background-color: #48060B;
}
.BgClassName
{
background-color: #48060B;
}
</style>
border-color css
<style>
span { border-color: #48060B; }
span { border-color: rgb(72,6,11); }
td.TdClassName
{
border-color: #48060B;
}
.TagClassName
{
border-color: #48060B;
}
</style>