Shades of Rustic Red #350415
Tints of Rustic Red #350415
RGB
CMYK
RGB Variations
Color information
#350415 (or 0x350415) is known color: Rustic Red. HEX triplet: 35, 04 and 15. RGB value is (53,4,21). Sum of RGB (Red+Green+Blue) = 53+4+21=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350415 is #CAFBEA. Grayscale: #141414. Windows color (decimal): -13302763 or 1377333. OLE color: 1377333.
HSL color Cylindrical-coordinate representation of color #350415: hue angle of 339.18º 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 #350415 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 4 | 21 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.79 |
| HSL | 339.18º | 0.86% | 0.11% | - |
| HSV(B) | 339.18º | 0.92% | 0.21% | - |
| XYZ | 1.65 | 0.9 | 0.8 | - |
| YUV | 20.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 21 | 0 | 0.92 | 0.60 | 0.79 | 339.18 | 0.86 | 0.11 |
| Hex | 35 | 4 | 15 | 0 | 5C | 3C | 4F | 153 | 56 | B |
| Octal | 65 | 4 | 25 | 0 | 134 | 74 | 117 | 523 | 126 | 13 |
| Binary | 110101 | 100 | 10101 | 0 | 1011100 | 111100 | 1001111 | 101010011 | 1010110 | 1011 |
Color Harmonies of #350415
Complementary color
Monochromatic Colors of #350415
Black with #350415
Text Example
Text Example
White with #350415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350415; }
p { color: rgb(53,4,21); }
H1.HeaderClassName
{
color: #350415;
}
.AnyTagClassName
{
color: #350415;
}
</style>
background-color css
<style>
a { background-color: #350415; }
a { background-color: rgb(53,4,21); }
div.DivClassName
{
background-color: #350415;
}
.BgClassName
{
background-color: #350415;
}
</style>
border-color css
<style>
span { border-color: #350415; }
span { border-color: rgb(53,4,21); }
td.TdClassName
{
border-color: #350415;
}
.TagClassName
{
border-color: #350415;
}
</style>