Shades of Rustic Red #301C1E
Tints of Rustic Red #301C1E
RGB
CMYK
RGB Variations
Color information
#301C1E (or 0x301C1E) is known color: Rustic Red. HEX triplet: 30, 1C and 1E. RGB value is (48,28,30). Sum of RGB (Red+Green+Blue) = 48+28+30=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #301C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C1E is #CFE3E1. Grayscale: #222222. Windows color (decimal): -13624290 or 1973296. OLE color: 1973296.
HSL color Cylindrical-coordinate representation of color #301C1E: hue angle of 354º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #301C1E is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 28 | 30 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.81 |
| HSL | 354º | 0.26% | 0.15% | - |
| HSV(B) | 354º | 0.42% | 0.19% | - |
| XYZ | 1.87 | 1.55 | 1.43 | - |
| YUV | 34.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 30 | 0 | 0.42 | 0.37 | 0.81 | 354 | 0.26 | 0.15 |
| Hex | 30 | 1C | 1E | 0 | 2A | 25 | 51 | 162 | 1A | F |
| Octal | 60 | 34 | 36 | 0 | 52 | 45 | 121 | 542 | 32 | 17 |
| Binary | 110000 | 11100 | 11110 | 0 | 101010 | 100101 | 1010001 | 101100010 | 11010 | 1111 |
Color Harmonies of #301C1E
Complementary color
Monochromatic Colors of #301C1E
Black with #301C1E
Text Example
Text Example
White with #301C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C1E; }
p { color: rgb(48,28,30); }
H1.HeaderClassName
{
color: #301C1E;
}
.AnyTagClassName
{
color: #301C1E;
}
</style>
background-color css
<style>
a { background-color: #301C1E; }
a { background-color: rgb(48,28,30); }
div.DivClassName
{
background-color: #301C1E;
}
.BgClassName
{
background-color: #301C1E;
}
</style>
border-color css
<style>
span { border-color: #301C1E; }
span { border-color: rgb(48,28,30); }
td.TdClassName
{
border-color: #301C1E;
}
.TagClassName
{
border-color: #301C1E;
}
</style>