Shades of Rustic Red #351E1F
Tints of Rustic Red #351E1F
RGB
CMYK
RGB Variations
Color information
#351E1F (or 0x351E1F) is known color: Rustic Red. HEX triplet: 35, 1E and 1F. RGB value is (53,30,31). Sum of RGB (Red+Green+Blue) = 53+30+31=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #351E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E1F is #CAE1E0. Grayscale: #252525. Windows color (decimal): -13296097 or 2039349. OLE color: 2039349.
HSL color Cylindrical-coordinate representation of color #351E1F: hue angle of 357.39º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #351E1F is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 30 | 31 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.79 |
| HSL | 357.39º | 0.28% | 0.16% | - |
| HSV(B) | 357.39º | 0.43% | 0.21% | - |
| XYZ | 2.18 | 1.78 | 1.53 | - |
| YUV | 36.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 31 | 0 | 0.43 | 0.42 | 0.79 | 357.39 | 0.28 | 0.16 |
| Hex | 35 | 1E | 1F | 0 | 2B | 2A | 4F | 165 | 1C | 10 |
| Octal | 65 | 36 | 37 | 0 | 53 | 52 | 117 | 545 | 34 | 20 |
| Binary | 110101 | 11110 | 11111 | 0 | 101011 | 101010 | 1001111 | 101100101 | 11100 | 10000 |
Color Harmonies of #351E1F
Complementary color
Monochromatic Colors of #351E1F
Black with #351E1F
Text Example
Text Example
White with #351E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351E1F; }
p { color: rgb(53,30,31); }
H1.HeaderClassName
{
color: #351E1F;
}
.AnyTagClassName
{
color: #351E1F;
}
</style>
background-color css
<style>
a { background-color: #351E1F; }
a { background-color: rgb(53,30,31); }
div.DivClassName
{
background-color: #351E1F;
}
.BgClassName
{
background-color: #351E1F;
}
</style>
border-color css
<style>
span { border-color: #351E1F; }
span { border-color: rgb(53,30,31); }
td.TdClassName
{
border-color: #351E1F;
}
.TagClassName
{
border-color: #351E1F;
}
</style>