Shades of Rustic Red #300509
Tints of Rustic Red #300509
RGB
CMYK
RGB Variations
Color information
#300509 (or 0x300509) is known color: Rustic Red. HEX triplet: 30, 05 and 09. RGB value is (48,5,9). Sum of RGB (Red+Green+Blue) = 48+5+9=62 (8% of max value = 765). Red value is 48 (19.14% from 255 or 77.42% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 48 - color contains mainly: red. Hex color #300509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300509 is #CFFAF6. Grayscale: #121212. Windows color (decimal): -13630199 or 591152. OLE color: 591152.
HSL color Cylindrical-coordinate representation of color #300509: hue angle of 354.42º 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 #300509 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 5 | 9 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.81 |
| HSL | 354.42º | 0.81% | 0.1% | - |
| HSV(B) | 354.42º | 0.9% | 0.19% | - |
| XYZ | 1.32 | 0.76 | 0.33 | - |
| YUV | 18.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 5 | 9 | 0 | 0.90 | 0.81 | 0.81 | 354.42 | 0.81 | 0.1 |
| Hex | 30 | 5 | 9 | 0 | 5A | 51 | 51 | 162 | 51 | A |
| Octal | 60 | 5 | 11 | 0 | 132 | 121 | 121 | 542 | 121 | 12 |
| Binary | 110000 | 101 | 1001 | 0 | 1011010 | 1010001 | 1010001 | 101100010 | 1010001 | 1010 |
Color Harmonies of #300509
Complementary color
Monochromatic Colors of #300509
Black with #300509
Text Example
Text Example
White with #300509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300509; }
p { color: rgb(48,5,9); }
H1.HeaderClassName
{
color: #300509;
}
.AnyTagClassName
{
color: #300509;
}
</style>
background-color css
<style>
a { background-color: #300509; }
a { background-color: rgb(48,5,9); }
div.DivClassName
{
background-color: #300509;
}
.BgClassName
{
background-color: #300509;
}
</style>
border-color css
<style>
span { border-color: #300509; }
span { border-color: rgb(48,5,9); }
td.TdClassName
{
border-color: #300509;
}
.TagClassName
{
border-color: #300509;
}
</style>