Shades of Rustic Red #300008
Tints of Rustic Red #300008
RGB
CMYK
RGB Variations
Color information
#300008 (or 0x300008) is known color: Rustic Red. HEX triplet: 30, 00 and 08. RGB value is (48,0,8). Sum of RGB (Red+Green+Blue) = 48+0+8=56 (7% of max value = 765). Red value is 48 (19.14% from 255 or 85.71% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 8 (3.52% from 255 or 14.29% from 56); Max value from RGB is 48 - color contains mainly: red. Hex color #300008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300008 is #CFFFF7. Grayscale: #0F0F0F. Windows color (decimal): -13631480 or 524336. OLE color: 524336.
HSL color Cylindrical-coordinate representation of color #300008: hue angle of 350º 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 #300008 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.83 | 0.81 |
| HSL | 350º | 1% | 0.09% | - |
| HSV(B) | 350º | 1% | 0.19% | - |
| XYZ | 1.26 | 0.65 | 0.29 | - |
| YUV | 15.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 8 | 0 | 1 | 0.83 | 0.81 | 350 | 1 | 0.09 |
| Hex | 30 | 0 | 8 | 0 | 64 | 53 | 51 | 15E | 64 | 9 |
| Octal | 60 | 0 | 10 | 0 | 144 | 123 | 121 | 536 | 144 | 11 |
| Binary | 110000 | 0 | 1000 | 0 | 1100100 | 1010011 | 1010001 | 101011110 | 1100100 | 1001 |
Color Harmonies of #300008
Complementary color
Monochromatic Colors of #300008
Black with #300008
Text Example
Text Example
White with #300008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300008; }
p { color: rgb(48,0,8); }
H1.HeaderClassName
{
color: #300008;
}
.AnyTagClassName
{
color: #300008;
}
</style>
background-color css
<style>
a { background-color: #300008; }
a { background-color: rgb(48,0,8); }
div.DivClassName
{
background-color: #300008;
}
.BgClassName
{
background-color: #300008;
}
</style>
border-color css
<style>
span { border-color: #300008; }
span { border-color: rgb(48,0,8); }
td.TdClassName
{
border-color: #300008;
}
.TagClassName
{
border-color: #300008;
}
</style>