Shades of Rustic Red #30020B
Tints of Rustic Red #30020B
RGB
CMYK
RGB Variations
Color information
#30020B (or 0x30020B) is known color: Rustic Red. HEX triplet: 30, 02 and 0B. RGB value is (48,2,11). Sum of RGB (Red+Green+Blue) = 48+2+11=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #30020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30020B is #CFFDF4. Grayscale: #101010. Windows color (decimal): -13630965 or 721456. OLE color: 721456.
HSL color Cylindrical-coordinate representation of color #30020B: hue angle of 348.26º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30020B is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 2 | 11 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.81 |
| HSL | 348.26º | 0.92% | 0.1% | - |
| HSV(B) | 348.26º | 0.96% | 0.19% | - |
| XYZ | 1.3 | 0.7 | 0.38 | - |
| YUV | 16.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 11 | 0 | 0.96 | 0.77 | 0.81 | 348.26 | 0.92 | 0.1 |
| Hex | 30 | 2 | B | 0 | 60 | 4D | 51 | 15C | 5C | A |
| Octal | 60 | 2 | 13 | 0 | 140 | 115 | 121 | 534 | 134 | 12 |
| Binary | 110000 | 10 | 1011 | 0 | 1100000 | 1001101 | 1010001 | 101011100 | 1011100 | 1010 |
Color Harmonies of #30020B
Complementary color
Monochromatic Colors of #30020B
Black with #30020B
Text Example
Text Example
White with #30020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30020B; }
p { color: rgb(48,2,11); }
H1.HeaderClassName
{
color: #30020B;
}
.AnyTagClassName
{
color: #30020B;
}
</style>
background-color css
<style>
a { background-color: #30020B; }
a { background-color: rgb(48,2,11); }
div.DivClassName
{
background-color: #30020B;
}
.BgClassName
{
background-color: #30020B;
}
</style>
border-color css
<style>
span { border-color: #30020B; }
span { border-color: rgb(48,2,11); }
td.TdClassName
{
border-color: #30020B;
}
.TagClassName
{
border-color: #30020B;
}
</style>