Shades of Rustic Red #350410
Tints of Rustic Red #350410
RGB
CMYK
RGB Variations
Color information
#350410 (or 0x350410) is known color: Rustic Red. HEX triplet: 35, 04 and 10. RGB value is (53,4,16). Sum of RGB (Red+Green+Blue) = 53+4+16=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #350410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350410 is #CAFBEF. Grayscale: #141414. Windows color (decimal): -13302768 or 1049653. OLE color: 1049653.
HSL color Cylindrical-coordinate representation of color #350410: hue angle of 345.31º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350410 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 4 | 16 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.79 |
| HSL | 345.31º | 0.86% | 0.11% | - |
| HSV(B) | 345.31º | 0.92% | 0.21% | - |
| XYZ | 1.61 | 0.88 | 0.58 | - |
| YUV | 20.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 16 | 0 | 0.92 | 0.70 | 0.79 | 345.31 | 0.86 | 0.11 |
| Hex | 35 | 4 | 10 | 0 | 5C | 46 | 4F | 159 | 56 | B |
| Octal | 65 | 4 | 20 | 0 | 134 | 106 | 117 | 531 | 126 | 13 |
| Binary | 110101 | 100 | 10000 | 0 | 1011100 | 1000110 | 1001111 | 101011001 | 1010110 | 1011 |
Color Harmonies of #350410
Complementary color
Monochromatic Colors of #350410
Black with #350410
Text Example
Text Example
White with #350410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350410; }
p { color: rgb(53,4,16); }
H1.HeaderClassName
{
color: #350410;
}
.AnyTagClassName
{
color: #350410;
}
</style>
background-color css
<style>
a { background-color: #350410; }
a { background-color: rgb(53,4,16); }
div.DivClassName
{
background-color: #350410;
}
.BgClassName
{
background-color: #350410;
}
</style>
border-color css
<style>
span { border-color: #350410; }
span { border-color: rgb(53,4,16); }
td.TdClassName
{
border-color: #350410;
}
.TagClassName
{
border-color: #350410;
}
</style>