Shades of Rustic Red #300309
Tints of Rustic Red #300309
RGB
CMYK
RGB Variations
Color information
#300309 (or 0x300309) is known color: Rustic Red. HEX triplet: 30, 03 and 09. RGB value is (48,3,9). Sum of RGB (Red+Green+Blue) = 48+3+9=60 (7% of max value = 765). Red value is 48 (19.14% from 255 or 80% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 48 - color contains mainly: red. Hex color #300309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300309 is #CFFCF6. Grayscale: #111111. Windows color (decimal): -13630711 or 590640. OLE color: 590640.
HSL color Cylindrical-coordinate representation of color #300309: hue angle of 352º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300309 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 9 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.81 |
| HSL | 352º | 0.88% | 0.1% | - |
| HSV(B) | 352º | 0.94% | 0.19% | - |
| XYZ | 1.3 | 0.71 | 0.33 | - |
| YUV | 17.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 9 | 0 | 0.94 | 0.81 | 0.81 | 352 | 0.88 | 0.1 |
| Hex | 30 | 3 | 9 | 0 | 5E | 51 | 51 | 160 | 58 | A |
| Octal | 60 | 3 | 11 | 0 | 136 | 121 | 121 | 540 | 130 | 12 |
| Binary | 110000 | 11 | 1001 | 0 | 1011110 | 1010001 | 1010001 | 101100000 | 1011000 | 1010 |
Color Harmonies of #300309
Complementary color
Monochromatic Colors of #300309
Black with #300309
Text Example
Text Example
White with #300309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300309; }
p { color: rgb(48,3,9); }
H1.HeaderClassName
{
color: #300309;
}
.AnyTagClassName
{
color: #300309;
}
</style>
background-color css
<style>
a { background-color: #300309; }
a { background-color: rgb(48,3,9); }
div.DivClassName
{
background-color: #300309;
}
.BgClassName
{
background-color: #300309;
}
</style>
border-color css
<style>
span { border-color: #300309; }
span { border-color: rgb(48,3,9); }
td.TdClassName
{
border-color: #300309;
}
.TagClassName
{
border-color: #300309;
}
</style>