Shades of Rustic Red #350513
Tints of Rustic Red #350513
RGB
CMYK
RGB Variations
Color information
#350513 (or 0x350513) is known color: Rustic Red. HEX triplet: 35, 05 and 13. RGB value is (53,5,19). Sum of RGB (Red+Green+Blue) = 53+5+19=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #350513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350513 is #CAFAEC. Grayscale: #141414. Windows color (decimal): -13302509 or 1246517. OLE color: 1246517.
HSL color Cylindrical-coordinate representation of color #350513: hue angle of 342.5º 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 #350513 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 5 | 19 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.79 |
| HSL | 342.5º | 0.83% | 0.11% | - |
| HSV(B) | 342.5º | 0.91% | 0.21% | - |
| XYZ | 1.64 | 0.91 | 0.71 | - |
| YUV | 20.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 19 | 0 | 0.91 | 0.64 | 0.79 | 342.5 | 0.83 | 0.11 |
| Hex | 35 | 5 | 13 | 0 | 5B | 40 | 4F | 156 | 53 | B |
| Octal | 65 | 5 | 23 | 0 | 133 | 100 | 117 | 526 | 123 | 13 |
| Binary | 110101 | 101 | 10011 | 0 | 1011011 | 1000000 | 1001111 | 101010110 | 1010011 | 1011 |
Color Harmonies of #350513
Complementary color
Monochromatic Colors of #350513
Black with #350513
Text Example
Text Example
White with #350513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350513; }
p { color: rgb(53,5,19); }
H1.HeaderClassName
{
color: #350513;
}
.AnyTagClassName
{
color: #350513;
}
</style>
background-color css
<style>
a { background-color: #350513; }
a { background-color: rgb(53,5,19); }
div.DivClassName
{
background-color: #350513;
}
.BgClassName
{
background-color: #350513;
}
</style>
border-color css
<style>
span { border-color: #350513; }
span { border-color: rgb(53,5,19); }
td.TdClassName
{
border-color: #350513;
}
.TagClassName
{
border-color: #350513;
}
</style>