Shades of Rustic Red #301B1D
Tints of Rustic Red #301B1D
RGB
CMYK
RGB Variations
Color information
#301B1D (or 0x301B1D) is known color: Rustic Red. HEX triplet: 30, 1B and 1D. RGB value is (48,27,29). Sum of RGB (Red+Green+Blue) = 48+27+29=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #301B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B1D is #CFE4E2. Grayscale: #212121. Windows color (decimal): -13624547 or 1907504. OLE color: 1907504.
HSL color Cylindrical-coordinate representation of color #301B1D: hue angle of 354.29º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #301B1D is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 29 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.81 |
| HSL | 354.29º | 0.28% | 0.15% | - |
| HSV(B) | 354.29º | 0.44% | 0.19% | - |
| XYZ | 1.83 | 1.5 | 1.36 | - |
| YUV | 33.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 29 | 0 | 0.44 | 0.40 | 0.81 | 354.29 | 0.28 | 0.15 |
| Hex | 30 | 1B | 1D | 0 | 2C | 28 | 51 | 162 | 1C | F |
| Octal | 60 | 33 | 35 | 0 | 54 | 50 | 121 | 542 | 34 | 17 |
| Binary | 110000 | 11011 | 11101 | 0 | 101100 | 101000 | 1010001 | 101100010 | 11100 | 1111 |
Color Harmonies of #301B1D
Complementary color
Monochromatic Colors of #301B1D
Black with #301B1D
Text Example
Text Example
White with #301B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B1D; }
p { color: rgb(48,27,29); }
H1.HeaderClassName
{
color: #301B1D;
}
.AnyTagClassName
{
color: #301B1D;
}
</style>
background-color css
<style>
a { background-color: #301B1D; }
a { background-color: rgb(48,27,29); }
div.DivClassName
{
background-color: #301B1D;
}
.BgClassName
{
background-color: #301B1D;
}
</style>
border-color css
<style>
span { border-color: #301B1D; }
span { border-color: rgb(48,27,29); }
td.TdClassName
{
border-color: #301B1D;
}
.TagClassName
{
border-color: #301B1D;
}
</style>