Shades of Rustic Red #48030C
Tints of Rustic Red #48030C
RGB
CMYK
RGB Variations
Color information
#48030C (or 0x48030C) is known color: Rustic Red. HEX triplet: 48, 03 and 0C. RGB value is (72,3,12). Sum of RGB (Red+Green+Blue) = 72+3+12=87 (11% of max value = 765). Red value is 72 (28.52% from 255 or 82.76% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 72 - color contains mainly: red. Hex color #48030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48030C is #B7FCF3. Grayscale: #181818. Windows color (decimal): -12057844 or 787272. OLE color: 787272.
HSL color Cylindrical-coordinate representation of color #48030C: hue angle of 352.17º 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 #48030C is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 3 | 12 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.72 |
| HSL | 352.17º | 0.92% | 0.15% | - |
| HSV(B) | 352.17º | 0.96% | 0.28% | - |
| XYZ | 2.77 | 1.47 | 0.49 | - |
| YUV | 24.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 3 | 12 | 0 | 0.96 | 0.83 | 0.72 | 352.17 | 0.92 | 0.15 |
| Hex | 48 | 3 | C | 0 | 60 | 53 | 48 | 160 | 5C | F |
| Octal | 110 | 3 | 14 | 0 | 140 | 123 | 110 | 540 | 134 | 17 |
| Binary | 1001000 | 11 | 1100 | 0 | 1100000 | 1010011 | 1001000 | 101100000 | 1011100 | 1111 |
Color Harmonies of #48030C
Complementary color
Monochromatic Colors of #48030C
Black with #48030C
Text Example
Text Example
White with #48030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48030C; }
p { color: rgb(72,3,12); }
H1.HeaderClassName
{
color: #48030C;
}
.AnyTagClassName
{
color: #48030C;
}
</style>
background-color css
<style>
a { background-color: #48030C; }
a { background-color: rgb(72,3,12); }
div.DivClassName
{
background-color: #48030C;
}
.BgClassName
{
background-color: #48030C;
}
</style>
border-color css
<style>
span { border-color: #48030C; }
span { border-color: rgb(72,3,12); }
td.TdClassName
{
border-color: #48030C;
}
.TagClassName
{
border-color: #48030C;
}
</style>