Shades of Rustic Red #350E15
Tints of Rustic Red #350E15
RGB
CMYK
RGB Variations
Color information
#350E15 (or 0x350E15) is known color: Rustic Red. HEX triplet: 35, 0E and 15. RGB value is (53,14,21). Sum of RGB (Red+Green+Blue) = 53+14+21=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #350E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E15 is #CAF1EA. Grayscale: #1A1A1A. Windows color (decimal): -13300203 or 1379893. OLE color: 1379893.
HSL color Cylindrical-coordinate representation of color #350E15: hue angle of 349.23º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #350E15 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 14 | 21 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.79 |
| HSL | 349.23º | 0.58% | 0.13% | - |
| HSV(B) | 349.23º | 0.74% | 0.21% | - |
| XYZ | 1.76 | 1.13 | 0.83 | - |
| YUV | 26.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 21 | 0 | 0.74 | 0.60 | 0.79 | 349.23 | 0.58 | 0.13 |
| Hex | 35 | E | 15 | 0 | 4A | 3C | 4F | 15D | 3A | D |
| Octal | 65 | 16 | 25 | 0 | 112 | 74 | 117 | 535 | 72 | 15 |
| Binary | 110101 | 1110 | 10101 | 0 | 1001010 | 111100 | 1001111 | 101011101 | 111010 | 1101 |
Color Harmonies of #350E15
Complementary color
Monochromatic Colors of #350E15
Black with #350E15
Text Example
Text Example
White with #350E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E15; }
p { color: rgb(53,14,21); }
H1.HeaderClassName
{
color: #350E15;
}
.AnyTagClassName
{
color: #350E15;
}
</style>
background-color css
<style>
a { background-color: #350E15; }
a { background-color: rgb(53,14,21); }
div.DivClassName
{
background-color: #350E15;
}
.BgClassName
{
background-color: #350E15;
}
</style>
border-color css
<style>
span { border-color: #350E15; }
span { border-color: rgb(53,14,21); }
td.TdClassName
{
border-color: #350E15;
}
.TagClassName
{
border-color: #350E15;
}
</style>