Shades of Rustic Red #300209
Tints of Rustic Red #300209
RGB
CMYK
RGB Variations
Color information
#300209 (or 0x300209) is known color: Rustic Red. HEX triplet: 30, 02 and 09. RGB value is (48,2,9). Sum of RGB (Red+Green+Blue) = 48+2+9=59 (7% of max value = 765). Red value is 48 (19.14% from 255 or 81.36% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 48 - color contains mainly: red. Hex color #300209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300209 is #CFFDF6. Grayscale: #101010. Windows color (decimal): -13630967 or 590384. OLE color: 590384.
HSL color Cylindrical-coordinate representation of color #300209: hue angle of 350.87º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300209 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 2 | 9 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.81 |
| HSL | 350.87º | 0.92% | 0.1% | - |
| HSV(B) | 350.87º | 0.96% | 0.19% | - |
| XYZ | 1.29 | 0.69 | 0.32 | - |
| YUV | 16.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 9 | 0 | 0.96 | 0.81 | 0.81 | 350.87 | 0.92 | 0.1 |
| Hex | 30 | 2 | 9 | 0 | 60 | 51 | 51 | 15F | 5C | A |
| Octal | 60 | 2 | 11 | 0 | 140 | 121 | 121 | 537 | 134 | 12 |
| Binary | 110000 | 10 | 1001 | 0 | 1100000 | 1010001 | 1010001 | 101011111 | 1011100 | 1010 |
Color Harmonies of #300209
Complementary color
Monochromatic Colors of #300209
Black with #300209
Text Example
Text Example
White with #300209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300209; }
p { color: rgb(48,2,9); }
H1.HeaderClassName
{
color: #300209;
}
.AnyTagClassName
{
color: #300209;
}
</style>
background-color css
<style>
a { background-color: #300209; }
a { background-color: rgb(48,2,9); }
div.DivClassName
{
background-color: #300209;
}
.BgClassName
{
background-color: #300209;
}
</style>
border-color css
<style>
span { border-color: #300209; }
span { border-color: rgb(48,2,9); }
td.TdClassName
{
border-color: #300209;
}
.TagClassName
{
border-color: #300209;
}
</style>