Shades of Rustic Red #30060E
Tints of Rustic Red #30060E
RGB
CMYK
RGB Variations
Color information
#30060E (or 0x30060E) is known color: Rustic Red. HEX triplet: 30, 06 and 0E. RGB value is (48,6,14). Sum of RGB (Red+Green+Blue) = 48+6+14=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #30060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30060E is #CFF9F1. Grayscale: #131313. Windows color (decimal): -13629938 or 919088. OLE color: 919088.
HSL color Cylindrical-coordinate representation of color #30060E: hue angle of 348.57º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30060E is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 6 | 14 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.81 |
| HSL | 348.57º | 0.78% | 0.11% | - |
| HSV(B) | 348.57º | 0.88% | 0.19% | - |
| XYZ | 1.36 | 0.79 | 0.5 | - |
| YUV | 19.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 6 | 14 | 0 | 0.87 | 0.71 | 0.81 | 348.57 | 0.78 | 0.11 |
| Hex | 30 | 6 | E | 0 | 57 | 47 | 51 | 15D | 4E | B |
| Octal | 60 | 6 | 16 | 0 | 127 | 107 | 121 | 535 | 116 | 13 |
| Binary | 110000 | 110 | 1110 | 0 | 1010111 | 1000111 | 1010001 | 101011101 | 1001110 | 1011 |
Color Harmonies of #30060E
Complementary color
Monochromatic Colors of #30060E
Black with #30060E
Text Example
Text Example
White with #30060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30060E; }
p { color: rgb(48,6,14); }
H1.HeaderClassName
{
color: #30060E;
}
.AnyTagClassName
{
color: #30060E;
}
</style>
background-color css
<style>
a { background-color: #30060E; }
a { background-color: rgb(48,6,14); }
div.DivClassName
{
background-color: #30060E;
}
.BgClassName
{
background-color: #30060E;
}
</style>
border-color css
<style>
span { border-color: #30060E; }
span { border-color: rgb(48,6,14); }
td.TdClassName
{
border-color: #30060E;
}
.TagClassName
{
border-color: #30060E;
}
</style>