Shades of Rustic Red #48030A
Tints of Rustic Red #48030A
RGB
CMYK
RGB Variations
Color information
#48030A (or 0x48030A) is known color: Rustic Red. HEX triplet: 48, 03 and 0A. RGB value is (72,3,10). Sum of RGB (Red+Green+Blue) = 72+3+10=85 (11% of max value = 765). Red value is 72 (28.52% from 255 or 84.71% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 72 - color contains mainly: red. Hex color #48030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48030A is #B7FCF5. Grayscale: #181818. Windows color (decimal): -12057846 or 656200. OLE color: 656200.
HSL color Cylindrical-coordinate representation of color #48030A: hue angle of 353.91º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48030A is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 3 | 10 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.72 |
| HSL | 353.91º | 0.92% | 0.15% | - |
| HSV(B) | 353.91º | 0.96% | 0.28% | - |
| XYZ | 2.76 | 1.46 | 0.42 | - |
| YUV | 24.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 3 | 10 | 0 | 0.96 | 0.86 | 0.72 | 353.91 | 0.92 | 0.15 |
| Hex | 48 | 3 | A | 0 | 60 | 56 | 48 | 162 | 5C | F |
| Octal | 110 | 3 | 12 | 0 | 140 | 126 | 110 | 542 | 134 | 17 |
| Binary | 1001000 | 11 | 1010 | 0 | 1100000 | 1010110 | 1001000 | 101100010 | 1011100 | 1111 |
Color Harmonies of #48030A
Complementary color
Monochromatic Colors of #48030A
Black with #48030A
Text Example
Text Example
White with #48030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48030A; }
p { color: rgb(72,3,10); }
H1.HeaderClassName
{
color: #48030A;
}
.AnyTagClassName
{
color: #48030A;
}
</style>
background-color css
<style>
a { background-color: #48030A; }
a { background-color: rgb(72,3,10); }
div.DivClassName
{
background-color: #48030A;
}
.BgClassName
{
background-color: #48030A;
}
</style>
border-color css
<style>
span { border-color: #48030A; }
span { border-color: rgb(72,3,10); }
td.TdClassName
{
border-color: #48030A;
}
.TagClassName
{
border-color: #48030A;
}
</style>