Shades of Rustic Red #301D1E
Tints of Rustic Red #301D1E
RGB
CMYK
RGB Variations
Color information
#301D1E (or 0x301D1E) is known color: Rustic Red. HEX triplet: 30, 1D and 1E. RGB value is (48,29,30). Sum of RGB (Red+Green+Blue) = 48+29+30=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #301D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D1E is #CFE2E1. Grayscale: #222222. Windows color (decimal): -13624034 or 1973552. OLE color: 1973552.
HSL color Cylindrical-coordinate representation of color #301D1E: hue angle of 356.84º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #301D1E is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 30 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.81 |
| HSL | 356.84º | 0.25% | 0.15% | - |
| HSV(B) | 356.84º | 0.4% | 0.19% | - |
| XYZ | 1.89 | 1.6 | 1.44 | - |
| YUV | 34.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 30 | 0 | 0.40 | 0.37 | 0.81 | 356.84 | 0.25 | 0.15 |
| Hex | 30 | 1D | 1E | 0 | 28 | 25 | 51 | 165 | 19 | F |
| Octal | 60 | 35 | 36 | 0 | 50 | 45 | 121 | 545 | 31 | 17 |
| Binary | 110000 | 11101 | 11110 | 0 | 101000 | 100101 | 1010001 | 101100101 | 11001 | 1111 |
Color Harmonies of #301D1E
Complementary color
Monochromatic Colors of #301D1E
Black with #301D1E
Text Example
Text Example
White with #301D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D1E; }
p { color: rgb(48,29,30); }
H1.HeaderClassName
{
color: #301D1E;
}
.AnyTagClassName
{
color: #301D1E;
}
</style>
background-color css
<style>
a { background-color: #301D1E; }
a { background-color: rgb(48,29,30); }
div.DivClassName
{
background-color: #301D1E;
}
.BgClassName
{
background-color: #301D1E;
}
</style>
border-color css
<style>
span { border-color: #301D1E; }
span { border-color: rgb(48,29,30); }
td.TdClassName
{
border-color: #301D1E;
}
.TagClassName
{
border-color: #301D1E;
}
</style>