Shades of Rustic Red #30030B
Tints of Rustic Red #30030B
RGB
CMYK
RGB Variations
Color information
#30030B (or 0x30030B) is known color: Rustic Red. HEX triplet: 30, 03 and 0B. RGB value is (48,3,11). Sum of RGB (Red+Green+Blue) = 48+3+11=62 (8% of max value = 765). Red value is 48 (19.14% from 255 or 77.42% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 48 - color contains mainly: red. Hex color #30030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30030B is #CFFCF4. Grayscale: #111111. Windows color (decimal): -13630709 or 721712. OLE color: 721712.
HSL color Cylindrical-coordinate representation of color #30030B: hue angle of 349.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30030B is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 11 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.81 |
| HSL | 349.33º | 0.88% | 0.1% | - |
| HSV(B) | 349.33º | 0.94% | 0.19% | - |
| XYZ | 1.31 | 0.72 | 0.39 | - |
| YUV | 17.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 11 | 0 | 0.94 | 0.77 | 0.81 | 349.33 | 0.88 | 0.1 |
| Hex | 30 | 3 | B | 0 | 5E | 4D | 51 | 15D | 58 | A |
| Octal | 60 | 3 | 13 | 0 | 136 | 115 | 121 | 535 | 130 | 12 |
| Binary | 110000 | 11 | 1011 | 0 | 1011110 | 1001101 | 1010001 | 101011101 | 1011000 | 1010 |
Color Harmonies of #30030B
Complementary color
Monochromatic Colors of #30030B
Black with #30030B
Text Example
Text Example
White with #30030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30030B; }
p { color: rgb(48,3,11); }
H1.HeaderClassName
{
color: #30030B;
}
.AnyTagClassName
{
color: #30030B;
}
</style>
background-color css
<style>
a { background-color: #30030B; }
a { background-color: rgb(48,3,11); }
div.DivClassName
{
background-color: #30030B;
}
.BgClassName
{
background-color: #30030B;
}
</style>
border-color css
<style>
span { border-color: #30030B; }
span { border-color: rgb(48,3,11); }
td.TdClassName
{
border-color: #30030B;
}
.TagClassName
{
border-color: #30030B;
}
</style>