Shades of Rustic Red #301A1D
Tints of Rustic Red #301A1D
RGB
CMYK
RGB Variations
Color information
#301A1D (or 0x301A1D) is known color: Rustic Red. HEX triplet: 30, 1A and 1D. RGB value is (48,26,29). Sum of RGB (Red+Green+Blue) = 48+26+29=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #301A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A1D is #CFE5E2. Grayscale: #202020. Windows color (decimal): -13624803 or 1907248. OLE color: 1907248.
HSL color Cylindrical-coordinate representation of color #301A1D: hue angle of 351.82º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #301A1D is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 29 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.81 |
| HSL | 351.82º | 0.3% | 0.15% | - |
| HSV(B) | 351.82º | 0.46% | 0.19% | - |
| XYZ | 1.81 | 1.46 | 1.35 | - |
| YUV | 32.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 29 | 0 | 0.46 | 0.40 | 0.81 | 351.82 | 0.3 | 0.15 |
| Hex | 30 | 1A | 1D | 0 | 2E | 28 | 51 | 160 | 1E | F |
| Octal | 60 | 32 | 35 | 0 | 56 | 50 | 121 | 540 | 36 | 17 |
| Binary | 110000 | 11010 | 11101 | 0 | 101110 | 101000 | 1010001 | 101100000 | 11110 | 1111 |
Color Harmonies of #301A1D
Complementary color
Monochromatic Colors of #301A1D
Black with #301A1D
Text Example
Text Example
White with #301A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A1D; }
p { color: rgb(48,26,29); }
H1.HeaderClassName
{
color: #301A1D;
}
.AnyTagClassName
{
color: #301A1D;
}
</style>
background-color css
<style>
a { background-color: #301A1D; }
a { background-color: rgb(48,26,29); }
div.DivClassName
{
background-color: #301A1D;
}
.BgClassName
{
background-color: #301A1D;
}
</style>
border-color css
<style>
span { border-color: #301A1D; }
span { border-color: rgb(48,26,29); }
td.TdClassName
{
border-color: #301A1D;
}
.TagClassName
{
border-color: #301A1D;
}
</style>