Shades of Rustic Red #300E0F
Tints of Rustic Red #300E0F
RGB
CMYK
RGB Variations
Color information
#300E0F (or 0x300E0F) is known color: Rustic Red. HEX triplet: 30, 0E and 0F. RGB value is (48,14,15). Sum of RGB (Red+Green+Blue) = 48+14+15=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #300E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E0F is #CFF1F0. Grayscale: #181818. Windows color (decimal): -13627889 or 986672. OLE color: 986672.
HSL color Cylindrical-coordinate representation of color #300E0F: hue angle of 358.24º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #300E0F is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 14 | 15 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.81 |
| HSL | 358.24º | 0.55% | 0.12% | - |
| HSV(B) | 358.24º | 0.71% | 0.19% | - |
| XYZ | 1.46 | 0.98 | 0.56 | - |
| YUV | 24.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 15 | 0 | 0.71 | 0.69 | 0.81 | 358.24 | 0.55 | 0.12 |
| Hex | 30 | E | F | 0 | 47 | 45 | 51 | 166 | 37 | C |
| Octal | 60 | 16 | 17 | 0 | 107 | 105 | 121 | 546 | 67 | 14 |
| Binary | 110000 | 1110 | 1111 | 0 | 1000111 | 1000101 | 1010001 | 101100110 | 110111 | 1100 |
Color Harmonies of #300E0F
Complementary color
Monochromatic Colors of #300E0F
Black with #300E0F
Text Example
Text Example
White with #300E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300E0F; }
p { color: rgb(48,14,15); }
H1.HeaderClassName
{
color: #300E0F;
}
.AnyTagClassName
{
color: #300E0F;
}
</style>
background-color css
<style>
a { background-color: #300E0F; }
a { background-color: rgb(48,14,15); }
div.DivClassName
{
background-color: #300E0F;
}
.BgClassName
{
background-color: #300E0F;
}
</style>
border-color css
<style>
span { border-color: #300E0F; }
span { border-color: rgb(48,14,15); }
td.TdClassName
{
border-color: #300E0F;
}
.TagClassName
{
border-color: #300E0F;
}
</style>