Shades of Rustic Red #351416
Tints of Rustic Red #351416
RGB
CMYK
RGB Variations
Color information
#351416 (or 0x351416) is known color: Rustic Red. HEX triplet: 35, 14 and 16. RGB value is (53,20,22). Sum of RGB (Red+Green+Blue) = 53+20+22=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #351416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351416 is #CAEBE9. Grayscale: #1E1E1E. Windows color (decimal): -13298666 or 1446965. OLE color: 1446965.
HSL color Cylindrical-coordinate representation of color #351416: hue angle of 356.36º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351416 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 20 | 22 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.79 |
| HSL | 356.36º | 0.45% | 0.14% | - |
| HSV(B) | 356.36º | 0.62% | 0.21% | - |
| XYZ | 1.86 | 1.32 | 0.91 | - |
| YUV | 30.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 20 | 22 | 0 | 0.62 | 0.58 | 0.79 | 356.36 | 0.45 | 0.14 |
| Hex | 35 | 14 | 16 | 0 | 3E | 3A | 4F | 164 | 2D | E |
| Octal | 65 | 24 | 26 | 0 | 76 | 72 | 117 | 544 | 55 | 16 |
| Binary | 110101 | 10100 | 10110 | 0 | 111110 | 111010 | 1001111 | 101100100 | 101101 | 1110 |
Color Harmonies of #351416
Complementary color
Monochromatic Colors of #351416
Black with #351416
Text Example
Text Example
White with #351416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351416; }
p { color: rgb(53,20,22); }
H1.HeaderClassName
{
color: #351416;
}
.AnyTagClassName
{
color: #351416;
}
</style>
background-color css
<style>
a { background-color: #351416; }
a { background-color: rgb(53,20,22); }
div.DivClassName
{
background-color: #351416;
}
.BgClassName
{
background-color: #351416;
}
</style>
border-color css
<style>
span { border-color: #351416; }
span { border-color: rgb(53,20,22); }
td.TdClassName
{
border-color: #351416;
}
.TagClassName
{
border-color: #351416;
}
</style>