Shades of Rustic Red #300910
Tints of Rustic Red #300910
RGB
CMYK
RGB Variations
Color information
#300910 (or 0x300910) is known color: Rustic Red. HEX triplet: 30, 09 and 10. RGB value is (48,9,16). Sum of RGB (Red+Green+Blue) = 48+9+16=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #300910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300910 is #CFF6EF. Grayscale: #151515. Windows color (decimal): -13629168 or 1050928. OLE color: 1050928.
HSL color Cylindrical-coordinate representation of color #300910: hue angle of 349.23º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300910 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 9 | 16 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.81 |
| HSL | 349.23º | 0.68% | 0.11% | - |
| HSV(B) | 349.23º | 0.81% | 0.19% | - |
| XYZ | 1.41 | 0.86 | 0.58 | - |
| YUV | 21.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 9 | 16 | 0 | 0.81 | 0.67 | 0.81 | 349.23 | 0.68 | 0.11 |
| Hex | 30 | 9 | 10 | 0 | 51 | 43 | 51 | 15D | 44 | B |
| Octal | 60 | 11 | 20 | 0 | 121 | 103 | 121 | 535 | 104 | 13 |
| Binary | 110000 | 1001 | 10000 | 0 | 1010001 | 1000011 | 1010001 | 101011101 | 1000100 | 1011 |
Color Harmonies of #300910
Complementary color
Monochromatic Colors of #300910
Black with #300910
Text Example
Text Example
White with #300910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300910; }
p { color: rgb(48,9,16); }
H1.HeaderClassName
{
color: #300910;
}
.AnyTagClassName
{
color: #300910;
}
</style>
background-color css
<style>
a { background-color: #300910; }
a { background-color: rgb(48,9,16); }
div.DivClassName
{
background-color: #300910;
}
.BgClassName
{
background-color: #300910;
}
</style>
border-color css
<style>
span { border-color: #300910; }
span { border-color: rgb(48,9,16); }
td.TdClassName
{
border-color: #300910;
}
.TagClassName
{
border-color: #300910;
}
</style>