Shades of Rustic Red #30090B
Tints of Rustic Red #30090B
RGB
CMYK
RGB Variations
Color information
#30090B (or 0x30090B) is known color: Rustic Red. HEX triplet: 30, 09 and 0B. RGB value is (48,9,11). Sum of RGB (Red+Green+Blue) = 48+9+11=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #30090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30090B is #CFF6F4. Grayscale: #141414. Windows color (decimal): -13629173 or 723248. OLE color: 723248.
HSL color Cylindrical-coordinate representation of color #30090B: hue angle of 356.92º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30090B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 9 | 11 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.81 |
| HSL | 356.92º | 0.68% | 0.11% | - |
| HSV(B) | 356.92º | 0.81% | 0.19% | - |
| XYZ | 1.38 | 0.85 | 0.41 | - |
| YUV | 20.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 11 | 0 | 0.81 | 0.77 | 0.81 | 356.92 | 0.68 | 0.11 |
| Hex | 30 | 9 | B | 0 | 51 | 4D | 51 | 165 | 44 | B |
| Octal | 60 | 11 | 13 | 0 | 121 | 115 | 121 | 545 | 104 | 13 |
| Binary | 110000 | 1001 | 1011 | 0 | 1010001 | 1001101 | 1010001 | 101100101 | 1000100 | 1011 |
Color Harmonies of #30090B
Complementary color
Monochromatic Colors of #30090B
Black with #30090B
Text Example
Text Example
White with #30090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30090B; }
p { color: rgb(48,9,11); }
H1.HeaderClassName
{
color: #30090B;
}
.AnyTagClassName
{
color: #30090B;
}
</style>
background-color css
<style>
a { background-color: #30090B; }
a { background-color: rgb(48,9,11); }
div.DivClassName
{
background-color: #30090B;
}
.BgClassName
{
background-color: #30090B;
}
</style>
border-color css
<style>
span { border-color: #30090B; }
span { border-color: rgb(48,9,11); }
td.TdClassName
{
border-color: #30090B;
}
.TagClassName
{
border-color: #30090B;
}
</style>