Shades of Rustic Red #350510
Tints of Rustic Red #350510
RGB
CMYK
RGB Variations
Color information
#350510 (or 0x350510) is known color: Rustic Red. HEX triplet: 35, 05 and 10. RGB value is (53,5,16). Sum of RGB (Red+Green+Blue) = 53+5+16=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #350510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350510 is #CAFAEF. Grayscale: #141414. Windows color (decimal): -13302512 or 1049909. OLE color: 1049909.
HSL color Cylindrical-coordinate representation of color #350510: hue angle of 346.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350510 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 5 | 16 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.79 |
| HSL | 346.25º | 0.83% | 0.11% | - |
| HSV(B) | 346.25º | 0.91% | 0.21% | - |
| XYZ | 1.62 | 0.9 | 0.58 | - |
| YUV | 20.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 16 | 0 | 0.91 | 0.70 | 0.79 | 346.25 | 0.83 | 0.11 |
| Hex | 35 | 5 | 10 | 0 | 5B | 46 | 4F | 15A | 53 | B |
| Octal | 65 | 5 | 20 | 0 | 133 | 106 | 117 | 532 | 123 | 13 |
| Binary | 110101 | 101 | 10000 | 0 | 1011011 | 1000110 | 1001111 | 101011010 | 1010011 | 1011 |
Color Harmonies of #350510
Complementary color
Monochromatic Colors of #350510
Black with #350510
Text Example
Text Example
White with #350510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350510; }
p { color: rgb(53,5,16); }
H1.HeaderClassName
{
color: #350510;
}
.AnyTagClassName
{
color: #350510;
}
</style>
background-color css
<style>
a { background-color: #350510; }
a { background-color: rgb(53,5,16); }
div.DivClassName
{
background-color: #350510;
}
.BgClassName
{
background-color: #350510;
}
</style>
border-color css
<style>
span { border-color: #350510; }
span { border-color: rgb(53,5,16); }
td.TdClassName
{
border-color: #350510;
}
.TagClassName
{
border-color: #350510;
}
</style>