Shades of Rustic Red #300416
Tints of Rustic Red #300416
RGB
CMYK
RGB Variations
Color information
#300416 (or 0x300416) is known color: Rustic Red. HEX triplet: 30, 04 and 16. RGB value is (48,4,22). Sum of RGB (Red+Green+Blue) = 48+4+22=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300416 is #CFFBE9. Grayscale: #131313. Windows color (decimal): -13630442 or 1442864. OLE color: 1442864.
HSL color Cylindrical-coordinate representation of color #300416: hue angle of 335.45º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300416 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 4 | 22 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.81 |
| HSL | 335.45º | 0.85% | 0.1% | - |
| HSV(B) | 335.45º | 0.92% | 0.19% | - |
| XYZ | 1.41 | 0.77 | 0.83 | - |
| YUV | 19.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 22 | 0 | 0.92 | 0.54 | 0.81 | 335.45 | 0.85 | 0.1 |
| Hex | 30 | 4 | 16 | 0 | 5C | 36 | 51 | 14F | 55 | A |
| Octal | 60 | 4 | 26 | 0 | 134 | 66 | 121 | 517 | 125 | 12 |
| Binary | 110000 | 100 | 10110 | 0 | 1011100 | 110110 | 1010001 | 101001111 | 1010101 | 1010 |
Color Harmonies of #300416
Complementary color
Monochromatic Colors of #300416
Black with #300416
Text Example
Text Example
White with #300416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300416; }
p { color: rgb(48,4,22); }
H1.HeaderClassName
{
color: #300416;
}
.AnyTagClassName
{
color: #300416;
}
</style>
background-color css
<style>
a { background-color: #300416; }
a { background-color: rgb(48,4,22); }
div.DivClassName
{
background-color: #300416;
}
.BgClassName
{
background-color: #300416;
}
</style>
border-color css
<style>
span { border-color: #300416; }
span { border-color: rgb(48,4,22); }
td.TdClassName
{
border-color: #300416;
}
.TagClassName
{
border-color: #300416;
}
</style>