Shades of Rustic Red #30070B
Tints of Rustic Red #30070B
RGB
CMYK
RGB Variations
Color information
#30070B (or 0x30070B) is known color: Rustic Red. HEX triplet: 30, 07 and 0B. RGB value is (48,7,11). Sum of RGB (Red+Green+Blue) = 48+7+11=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #30070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30070B is #CFF8F4. Grayscale: #131313. Windows color (decimal): -13629685 or 722736. OLE color: 722736.
HSL color Cylindrical-coordinate representation of color #30070B: hue angle of 354.15º 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 #30070B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 7 | 11 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.81 |
| HSL | 354.15º | 0.75% | 0.11% | - |
| HSV(B) | 354.15º | 0.85% | 0.19% | - |
| XYZ | 1.36 | 0.8 | 0.4 | - |
| YUV | 19.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 11 | 0 | 0.85 | 0.77 | 0.81 | 354.15 | 0.75 | 0.11 |
| Hex | 30 | 7 | B | 0 | 55 | 4D | 51 | 162 | 4B | B |
| Octal | 60 | 7 | 13 | 0 | 125 | 115 | 121 | 542 | 113 | 13 |
| Binary | 110000 | 111 | 1011 | 0 | 1010101 | 1001101 | 1010001 | 101100010 | 1001011 | 1011 |
Color Harmonies of #30070B
Complementary color
Monochromatic Colors of #30070B
Black with #30070B
Text Example
Text Example
White with #30070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30070B; }
p { color: rgb(48,7,11); }
H1.HeaderClassName
{
color: #30070B;
}
.AnyTagClassName
{
color: #30070B;
}
</style>
background-color css
<style>
a { background-color: #30070B; }
a { background-color: rgb(48,7,11); }
div.DivClassName
{
background-color: #30070B;
}
.BgClassName
{
background-color: #30070B;
}
</style>
border-color css
<style>
span { border-color: #30070B; }
span { border-color: rgb(48,7,11); }
td.TdClassName
{
border-color: #30070B;
}
.TagClassName
{
border-color: #30070B;
}
</style>