Shades of Rustic Red #30050C
Tints of Rustic Red #30050C
RGB
CMYK
RGB Variations
Color information
#30050C (or 0x30050C) is known color: Rustic Red. HEX triplet: 30, 05 and 0C. RGB value is (48,5,12). Sum of RGB (Red+Green+Blue) = 48+5+12=65 (8% of max value = 765). Red value is 48 (19.14% from 255 or 73.85% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 48 - color contains mainly: red. Hex color #30050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30050C is #CFFAF3. Grayscale: #121212. Windows color (decimal): -13630196 or 787760. OLE color: 787760.
HSL color Cylindrical-coordinate representation of color #30050C: hue angle of 350.23º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30050C is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 12 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.81 |
| HSL | 350.23º | 0.81% | 0.1% | - |
| HSV(B) | 350.23º | 0.9% | 0.19% | - |
| XYZ | 1.34 | 0.76 | 0.42 | - |
| YUV | 18.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 12 | 0 | 0.90 | 0.75 | 0.81 | 350.23 | 0.81 | 0.1 |
| Hex | 30 | 5 | C | 0 | 5A | 4B | 51 | 15E | 51 | A |
| Octal | 60 | 5 | 14 | 0 | 132 | 113 | 121 | 536 | 121 | 12 |
| Binary | 110000 | 101 | 1100 | 0 | 1011010 | 1001011 | 1010001 | 101011110 | 1010001 | 1010 |
Color Harmonies of #30050C
Complementary color
Monochromatic Colors of #30050C
Black with #30050C
Text Example
Text Example
White with #30050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30050C; }
p { color: rgb(48,5,12); }
H1.HeaderClassName
{
color: #30050C;
}
.AnyTagClassName
{
color: #30050C;
}
</style>
background-color css
<style>
a { background-color: #30050C; }
a { background-color: rgb(48,5,12); }
div.DivClassName
{
background-color: #30050C;
}
.BgClassName
{
background-color: #30050C;
}
</style>
border-color css
<style>
span { border-color: #30050C; }
span { border-color: rgb(48,5,12); }
td.TdClassName
{
border-color: #30050C;
}
.TagClassName
{
border-color: #30050C;
}
</style>