Shades of Rustic Red #300506
Tints of Rustic Red #300506
RGB
CMYK
RGB Variations
Color information
#300506 (or 0x300506) is known color: Rustic Red. HEX triplet: 30, 05 and 06. RGB value is (48,5,6). Sum of RGB (Red+Green+Blue) = 48+5+6=59 (7% of max value = 765). Red value is 48 (19.14% from 255 or 81.36% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 48 - color contains mainly: red. Hex color #300506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300506 is #CFFAF9. Grayscale: #121212. Windows color (decimal): -13630202 or 394544. OLE color: 394544.
HSL color Cylindrical-coordinate representation of color #300506: hue angle of 358.6º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300506 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 6 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.81 |
| HSL | 358.6º | 0.81% | 0.1% | - |
| HSV(B) | 358.6º | 0.9% | 0.19% | - |
| XYZ | 1.31 | 0.75 | 0.25 | - |
| YUV | 17.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 6 | 0 | 0.90 | 0.87 | 0.81 | 358.6 | 0.81 | 0.1 |
| Hex | 30 | 5 | 6 | 0 | 5A | 57 | 51 | 167 | 51 | A |
| Octal | 60 | 5 | 6 | 0 | 132 | 127 | 121 | 547 | 121 | 12 |
| Binary | 110000 | 101 | 110 | 0 | 1011010 | 1010111 | 1010001 | 101100111 | 1010001 | 1010 |
Color Harmonies of #300506
Complementary color
Monochromatic Colors of #300506
Black with #300506
Text Example
Text Example
White with #300506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300506; }
p { color: rgb(48,5,6); }
H1.HeaderClassName
{
color: #300506;
}
.AnyTagClassName
{
color: #300506;
}
</style>
background-color css
<style>
a { background-color: #300506; }
a { background-color: rgb(48,5,6); }
div.DivClassName
{
background-color: #300506;
}
.BgClassName
{
background-color: #300506;
}
</style>
border-color css
<style>
span { border-color: #300506; }
span { border-color: rgb(48,5,6); }
td.TdClassName
{
border-color: #300506;
}
.TagClassName
{
border-color: #300506;
}
</style>