Shades of Rustic Red #300005
Tints of Rustic Red #300005
RGB
CMYK
RGB Variations
Color information
#300005 (or 0x300005) is known color: Rustic Red. HEX triplet: 30, 00 and 05. RGB value is (48,0,5). Sum of RGB (Red+Green+Blue) = 48+0+5=53 (7% of max value = 765). Red value is 48 (19.14% from 255 or 90.57% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 48 - color contains mainly: red. Hex color #300005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300005 is #CFFFFA. Grayscale: #0E0E0E. Windows color (decimal): -13631483 or 327728. OLE color: 327728.
HSL color Cylindrical-coordinate representation of color #300005: hue angle of 353.75º 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 #300005 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.90 | 0.81 |
| HSL | 353.75º | 1% | 0.09% | - |
| HSV(B) | 353.75º | 1% | 0.19% | - |
| XYZ | 1.25 | 0.64 | 0.2 | - |
| YUV | 14.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 5 | 0 | 1 | 0.90 | 0.81 | 353.75 | 1 | 0.09 |
| Hex | 30 | 0 | 5 | 0 | 64 | 5A | 51 | 162 | 64 | 9 |
| Octal | 60 | 0 | 5 | 0 | 144 | 132 | 121 | 542 | 144 | 11 |
| Binary | 110000 | 0 | 101 | 0 | 1100100 | 1011010 | 1010001 | 101100010 | 1100100 | 1001 |
Color Harmonies of #300005
Complementary color
Monochromatic Colors of #300005
Black with #300005
Text Example
Text Example
White with #300005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300005; }
p { color: rgb(48,0,5); }
H1.HeaderClassName
{
color: #300005;
}
.AnyTagClassName
{
color: #300005;
}
</style>
background-color css
<style>
a { background-color: #300005; }
a { background-color: rgb(48,0,5); }
div.DivClassName
{
background-color: #300005;
}
.BgClassName
{
background-color: #300005;
}
</style>
border-color css
<style>
span { border-color: #300005; }
span { border-color: rgb(48,0,5); }
td.TdClassName
{
border-color: #300005;
}
.TagClassName
{
border-color: #300005;
}
</style>