Shades of Rustic Red #350215
Tints of Rustic Red #350215
RGB
CMYK
RGB Variations
Color information
#350215 (or 0x350215) is known color: Rustic Red. HEX triplet: 35, 02 and 15. RGB value is (53,2,21). Sum of RGB (Red+Green+Blue) = 53+2+21=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #350215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350215 is #CAFDEA. Grayscale: #131313. Windows color (decimal): -13303275 or 1376821. OLE color: 1376821.
HSL color Cylindrical-coordinate representation of color #350215: hue angle of 337.65º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350215 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 2 | 21 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.79 |
| HSL | 337.65º | 0.93% | 0.11% | - |
| HSV(B) | 337.65º | 0.96% | 0.21% | - |
| XYZ | 1.63 | 0.85 | 0.79 | - |
| YUV | 19.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 21 | 0 | 0.96 | 0.60 | 0.79 | 337.65 | 0.93 | 0.11 |
| Hex | 35 | 2 | 15 | 0 | 60 | 3C | 4F | 152 | 5D | B |
| Octal | 65 | 2 | 25 | 0 | 140 | 74 | 117 | 522 | 135 | 13 |
| Binary | 110101 | 10 | 10101 | 0 | 1100000 | 111100 | 1001111 | 101010010 | 1011101 | 1011 |
Color Harmonies of #350215
Complementary color
Monochromatic Colors of #350215
Black with #350215
Text Example
Text Example
White with #350215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350215; }
p { color: rgb(53,2,21); }
H1.HeaderClassName
{
color: #350215;
}
.AnyTagClassName
{
color: #350215;
}
</style>
background-color css
<style>
a { background-color: #350215; }
a { background-color: rgb(53,2,21); }
div.DivClassName
{
background-color: #350215;
}
.BgClassName
{
background-color: #350215;
}
</style>
border-color css
<style>
span { border-color: #350215; }
span { border-color: rgb(53,2,21); }
td.TdClassName
{
border-color: #350215;
}
.TagClassName
{
border-color: #350215;
}
</style>