Shades of Rustic Red #30000B
Tints of Rustic Red #30000B
RGB
CMYK
RGB Variations
Color information
#30000B (or 0x30000B) is known color: Rustic Red. HEX triplet: 30, 00 and 0B. RGB value is (48,0,11). Sum of RGB (Red+Green+Blue) = 48+0+11=59 (7% of max value = 765). Red value is 48 (19.14% from 255 or 81.36% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 48 - color contains mainly: red. Hex color #30000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30000B is #CFFFF4. Grayscale: #0F0F0F. Windows color (decimal): -13631477 or 720944. OLE color: 720944.
HSL color Cylindrical-coordinate representation of color #30000B: hue angle of 346.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30000B is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.77 | 0.81 |
| HSL | 346.25º | 1% | 0.09% | - |
| HSV(B) | 346.25º | 1% | 0.19% | - |
| XYZ | 1.28 | 0.65 | 0.38 | - |
| YUV | 15.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 11 | 0 | 1 | 0.77 | 0.81 | 346.25 | 1 | 0.09 |
| Hex | 30 | 0 | B | 0 | 64 | 4D | 51 | 15A | 64 | 9 |
| Octal | 60 | 0 | 13 | 0 | 144 | 115 | 121 | 532 | 144 | 11 |
| Binary | 110000 | 0 | 1011 | 0 | 1100100 | 1001101 | 1010001 | 101011010 | 1100100 | 1001 |
Color Harmonies of #30000B
Complementary color
Monochromatic Colors of #30000B
Black with #30000B
Text Example
Text Example
White with #30000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30000B; }
p { color: rgb(48,0,11); }
H1.HeaderClassName
{
color: #30000B;
}
.AnyTagClassName
{
color: #30000B;
}
</style>
background-color css
<style>
a { background-color: #30000B; }
a { background-color: rgb(48,0,11); }
div.DivClassName
{
background-color: #30000B;
}
.BgClassName
{
background-color: #30000B;
}
</style>
border-color css
<style>
span { border-color: #30000B; }
span { border-color: rgb(48,0,11); }
td.TdClassName
{
border-color: #30000B;
}
.TagClassName
{
border-color: #30000B;
}
</style>