Shades of Rustic Red #331A1D
Tints of Rustic Red #331A1D
RGB
CMYK
RGB Variations
Color information
#331A1D (or 0x331A1D) is known color: Rustic Red. HEX triplet: 33, 1A and 1D. RGB value is (51,26,29). Sum of RGB (Red+Green+Blue) = 51+26+29=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #331A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A1D is #CCE5E2. Grayscale: #212121. Windows color (decimal): -13428195 or 1907251. OLE color: 1907251.
HSL color Cylindrical-coordinate representation of color #331A1D: hue angle of 352.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331A1D is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 26 | 29 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.8 |
| HSL | 352.8º | 0.32% | 0.15% | - |
| HSV(B) | 352.8º | 0.49% | 0.2% | - |
| XYZ | 1.96 | 1.53 | 1.35 | - |
| YUV | 33.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 29 | 0 | 0.49 | 0.43 | 0.8 | 352.8 | 0.32 | 0.15 |
| Hex | 33 | 1A | 1D | 0 | 31 | 2B | 50 | 161 | 20 | F |
| Octal | 63 | 32 | 35 | 0 | 61 | 53 | 120 | 541 | 40 | 17 |
| Binary | 110011 | 11010 | 11101 | 0 | 110001 | 101011 | 1010000 | 101100001 | 100000 | 1111 |
Color Harmonies of #331A1D
Complementary color
Monochromatic Colors of #331A1D
Black with #331A1D
Text Example
Text Example
White with #331A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A1D; }
p { color: rgb(51,26,29); }
H1.HeaderClassName
{
color: #331A1D;
}
.AnyTagClassName
{
color: #331A1D;
}
</style>
background-color css
<style>
a { background-color: #331A1D; }
a { background-color: rgb(51,26,29); }
div.DivClassName
{
background-color: #331A1D;
}
.BgClassName
{
background-color: #331A1D;
}
</style>
border-color css
<style>
span { border-color: #331A1D; }
span { border-color: rgb(51,26,29); }
td.TdClassName
{
border-color: #331A1D;
}
.TagClassName
{
border-color: #331A1D;
}
</style>