Shades of Rustic Red #351A1E
Tints of Rustic Red #351A1E
RGB
CMYK
RGB Variations
Color information
#351A1E (or 0x351A1E) is known color: Rustic Red. HEX triplet: 35, 1A and 1E. RGB value is (53,26,30). Sum of RGB (Red+Green+Blue) = 53+26+30=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #351A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A1E is #CAE5E1. Grayscale: #222222. Windows color (decimal): -13297122 or 1972789. OLE color: 1972789.
HSL color Cylindrical-coordinate representation of color #351A1E: hue angle of 351.11º 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 #351A1E is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 26 | 30 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.79 |
| HSL | 351.11º | 0.34% | 0.15% | - |
| HSV(B) | 351.11º | 0.51% | 0.21% | - |
| XYZ | 2.07 | 1.59 | 1.43 | - |
| YUV | 34.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 30 | 0 | 0.51 | 0.43 | 0.79 | 351.11 | 0.34 | 0.15 |
| Hex | 35 | 1A | 1E | 0 | 33 | 2B | 4F | 15F | 22 | F |
| Octal | 65 | 32 | 36 | 0 | 63 | 53 | 117 | 537 | 42 | 17 |
| Binary | 110101 | 11010 | 11110 | 0 | 110011 | 101011 | 1001111 | 101011111 | 100010 | 1111 |
Color Harmonies of #351A1E
Complementary color
Monochromatic Colors of #351A1E
Black with #351A1E
Text Example
Text Example
White with #351A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A1E; }
p { color: rgb(53,26,30); }
H1.HeaderClassName
{
color: #351A1E;
}
.AnyTagClassName
{
color: #351A1E;
}
</style>
background-color css
<style>
a { background-color: #351A1E; }
a { background-color: rgb(53,26,30); }
div.DivClassName
{
background-color: #351A1E;
}
.BgClassName
{
background-color: #351A1E;
}
</style>
border-color css
<style>
span { border-color: #351A1E; }
span { border-color: rgb(53,26,30); }
td.TdClassName
{
border-color: #351A1E;
}
.TagClassName
{
border-color: #351A1E;
}
</style>