Shades of Rustic Red #30070D
Tints of Rustic Red #30070D
RGB
CMYK
RGB Variations
Color information
#30070D (or 0x30070D) is known color: Rustic Red. HEX triplet: 30, 07 and 0D. RGB value is (48,7,13). Sum of RGB (Red+Green+Blue) = 48+7+13=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #30070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30070D is #CFF8F2. Grayscale: #131313. Windows color (decimal): -13629683 or 853808. OLE color: 853808.
HSL color Cylindrical-coordinate representation of color #30070D: hue angle of 351.22º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30070D is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 7 | 13 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.81 |
| HSL | 351.22º | 0.75% | 0.11% | - |
| HSV(B) | 351.22º | 0.85% | 0.19% | - |
| XYZ | 1.37 | 0.81 | 0.46 | - |
| YUV | 19.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 13 | 0 | 0.85 | 0.73 | 0.81 | 351.22 | 0.75 | 0.11 |
| Hex | 30 | 7 | D | 0 | 55 | 49 | 51 | 15F | 4B | B |
| Octal | 60 | 7 | 15 | 0 | 125 | 111 | 121 | 537 | 113 | 13 |
| Binary | 110000 | 111 | 1101 | 0 | 1010101 | 1001001 | 1010001 | 101011111 | 1001011 | 1011 |
Color Harmonies of #30070D
Complementary color
Monochromatic Colors of #30070D
Black with #30070D
Text Example
Text Example
White with #30070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30070D; }
p { color: rgb(48,7,13); }
H1.HeaderClassName
{
color: #30070D;
}
.AnyTagClassName
{
color: #30070D;
}
</style>
background-color css
<style>
a { background-color: #30070D; }
a { background-color: rgb(48,7,13); }
div.DivClassName
{
background-color: #30070D;
}
.BgClassName
{
background-color: #30070D;
}
</style>
border-color css
<style>
span { border-color: #30070D; }
span { border-color: rgb(48,7,13); }
td.TdClassName
{
border-color: #30070D;
}
.TagClassName
{
border-color: #30070D;
}
</style>