Shades of Rustic Red #351A1D
Tints of Rustic Red #351A1D
RGB
CMYK
RGB Variations
Color information
#351A1D (or 0x351A1D) is known color: Rustic Red. HEX triplet: 35, 1A and 1D. RGB value is (53,26,29). Sum of RGB (Red+Green+Blue) = 53+26+29=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #351A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A1D is #CAE5E2. Grayscale: #222222. Windows color (decimal): -13297123 or 1907253. OLE color: 1907253.
HSL color Cylindrical-coordinate representation of color #351A1D: hue angle of 353.33º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #351A1D is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 26 | 29 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.79 |
| HSL | 353.33º | 0.34% | 0.15% | - |
| HSV(B) | 353.33º | 0.51% | 0.21% | - |
| XYZ | 2.06 | 1.58 | 1.36 | - |
| YUV | 34.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 29 | 0 | 0.51 | 0.45 | 0.79 | 353.33 | 0.34 | 0.15 |
| Hex | 35 | 1A | 1D | 0 | 33 | 2D | 4F | 161 | 22 | F |
| Octal | 65 | 32 | 35 | 0 | 63 | 55 | 117 | 541 | 42 | 17 |
| Binary | 110101 | 11010 | 11101 | 0 | 110011 | 101101 | 1001111 | 101100001 | 100010 | 1111 |
Color Harmonies of #351A1D
Complementary color
Monochromatic Colors of #351A1D
Black with #351A1D
Text Example
Text Example
White with #351A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A1D; }
p { color: rgb(53,26,29); }
H1.HeaderClassName
{
color: #351A1D;
}
.AnyTagClassName
{
color: #351A1D;
}
</style>
background-color css
<style>
a { background-color: #351A1D; }
a { background-color: rgb(53,26,29); }
div.DivClassName
{
background-color: #351A1D;
}
.BgClassName
{
background-color: #351A1D;
}
</style>
border-color css
<style>
span { border-color: #351A1D; }
span { border-color: rgb(53,26,29); }
td.TdClassName
{
border-color: #351A1D;
}
.TagClassName
{
border-color: #351A1D;
}
</style>