Shades of Rustic Red #30050D
Tints of Rustic Red #30050D
RGB
CMYK
RGB Variations
Color information
#30050D (or 0x30050D) is known color: Rustic Red. HEX triplet: 30, 05 and 0D. RGB value is (48,5,13). Sum of RGB (Red+Green+Blue) = 48+5+13=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #30050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30050D is #CFFAF2. Grayscale: #121212. Windows color (decimal): -13630195 or 853296. OLE color: 853296.
HSL color Cylindrical-coordinate representation of color #30050D: hue angle of 348.84º 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 #30050D is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 13 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.81 |
| HSL | 348.84º | 0.81% | 0.1% | - |
| HSV(B) | 348.84º | 0.9% | 0.19% | - |
| XYZ | 1.35 | 0.77 | 0.46 | - |
| YUV | 18.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 13 | 0 | 0.90 | 0.73 | 0.81 | 348.84 | 0.81 | 0.1 |
| Hex | 30 | 5 | D | 0 | 5A | 49 | 51 | 15D | 51 | A |
| Octal | 60 | 5 | 15 | 0 | 132 | 111 | 121 | 535 | 121 | 12 |
| Binary | 110000 | 101 | 1101 | 0 | 1011010 | 1001001 | 1010001 | 101011101 | 1010001 | 1010 |
Color Harmonies of #30050D
Complementary color
Monochromatic Colors of #30050D
Black with #30050D
Text Example
Text Example
White with #30050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30050D; }
p { color: rgb(48,5,13); }
H1.HeaderClassName
{
color: #30050D;
}
.AnyTagClassName
{
color: #30050D;
}
</style>
background-color css
<style>
a { background-color: #30050D; }
a { background-color: rgb(48,5,13); }
div.DivClassName
{
background-color: #30050D;
}
.BgClassName
{
background-color: #30050D;
}
</style>
border-color css
<style>
span { border-color: #30050D; }
span { border-color: rgb(48,5,13); }
td.TdClassName
{
border-color: #30050D;
}
.TagClassName
{
border-color: #30050D;
}
</style>