Shades of Rustic Red #48050C
Tints of Rustic Red #48050C
RGB
CMYK
RGB Variations
Color information
#48050C (or 0x48050C) is known color: Rustic Red. HEX triplet: 48, 05 and 0C. RGB value is (72,5,12). Sum of RGB (Red+Green+Blue) = 72+5+12=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #48050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48050C is #B7FAF3. Grayscale: #191919. Windows color (decimal): -12057332 or 787784. OLE color: 787784.
HSL color Cylindrical-coordinate representation of color #48050C: hue angle of 353.73º 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 #48050C is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 5 | 12 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.72 |
| HSL | 353.73º | 0.87% | 0.15% | - |
| HSV(B) | 353.73º | 0.93% | 0.28% | - |
| XYZ | 2.79 | 1.51 | 0.49 | - |
| YUV | 25.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 12 | 0 | 0.93 | 0.83 | 0.72 | 353.73 | 0.87 | 0.15 |
| Hex | 48 | 5 | C | 0 | 5D | 53 | 48 | 162 | 57 | F |
| Octal | 110 | 5 | 14 | 0 | 135 | 123 | 110 | 542 | 127 | 17 |
| Binary | 1001000 | 101 | 1100 | 0 | 1011101 | 1010011 | 1001000 | 101100010 | 1010111 | 1111 |
Color Harmonies of #48050C
Complementary color
Monochromatic Colors of #48050C
Black with #48050C
Text Example
Text Example
White with #48050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48050C; }
p { color: rgb(72,5,12); }
H1.HeaderClassName
{
color: #48050C;
}
.AnyTagClassName
{
color: #48050C;
}
</style>
background-color css
<style>
a { background-color: #48050C; }
a { background-color: rgb(72,5,12); }
div.DivClassName
{
background-color: #48050C;
}
.BgClassName
{
background-color: #48050C;
}
</style>
border-color css
<style>
span { border-color: #48050C; }
span { border-color: rgb(72,5,12); }
td.TdClassName
{
border-color: #48050C;
}
.TagClassName
{
border-color: #48050C;
}
</style>