Shades of Rustic Red #351214
Tints of Rustic Red #351214
RGB
CMYK
RGB Variations
Color information
#351214 (or 0x351214) is known color: Rustic Red. HEX triplet: 35, 12 and 14. RGB value is (53,18,20). Sum of RGB (Red+Green+Blue) = 53+18+20=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #351214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351214 is #CAEDEB. Grayscale: #1C1C1C. Windows color (decimal): -13299180 or 1315381. OLE color: 1315381.
HSL color Cylindrical-coordinate representation of color #351214: hue angle of 356.57º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #351214 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 18 | 20 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.79 |
| HSL | 356.57º | 0.49% | 0.14% | - |
| HSV(B) | 356.57º | 0.66% | 0.21% | - |
| XYZ | 1.81 | 1.24 | 0.81 | - |
| YUV | 28.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 20 | 0 | 0.66 | 0.62 | 0.79 | 356.57 | 0.49 | 0.14 |
| Hex | 35 | 12 | 14 | 0 | 42 | 3E | 4F | 165 | 31 | E |
| Octal | 65 | 22 | 24 | 0 | 102 | 76 | 117 | 545 | 61 | 16 |
| Binary | 110101 | 10010 | 10100 | 0 | 1000010 | 111110 | 1001111 | 101100101 | 110001 | 1110 |
Color Harmonies of #351214
Complementary color
Monochromatic Colors of #351214
Black with #351214
Text Example
Text Example
White with #351214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351214; }
p { color: rgb(53,18,20); }
H1.HeaderClassName
{
color: #351214;
}
.AnyTagClassName
{
color: #351214;
}
</style>
background-color css
<style>
a { background-color: #351214; }
a { background-color: rgb(53,18,20); }
div.DivClassName
{
background-color: #351214;
}
.BgClassName
{
background-color: #351214;
}
</style>
border-color css
<style>
span { border-color: #351214; }
span { border-color: rgb(53,18,20); }
td.TdClassName
{
border-color: #351214;
}
.TagClassName
{
border-color: #351214;
}
</style>