Shades of Rustic Red #350C13
Tints of Rustic Red #350C13
RGB
CMYK
RGB Variations
Color information
#350C13 (or 0x350C13) is known color: Rustic Red. HEX triplet: 35, 0C and 13. RGB value is (53,12,19). Sum of RGB (Red+Green+Blue) = 53+12+19=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #350C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C13 is #CAF3EC. Grayscale: #191919. Windows color (decimal): -13300717 or 1248309. OLE color: 1248309.
HSL color Cylindrical-coordinate representation of color #350C13: hue angle of 349.76º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350C13 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 12 | 19 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.79 |
| HSL | 349.76º | 0.63% | 0.13% | - |
| HSV(B) | 349.76º | 0.77% | 0.21% | - |
| XYZ | 1.72 | 1.07 | 0.73 | - |
| YUV | 25.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 19 | 0 | 0.77 | 0.64 | 0.79 | 349.76 | 0.63 | 0.13 |
| Hex | 35 | C | 13 | 0 | 4D | 40 | 4F | 15E | 3F | D |
| Octal | 65 | 14 | 23 | 0 | 115 | 100 | 117 | 536 | 77 | 15 |
| Binary | 110101 | 1100 | 10011 | 0 | 1001101 | 1000000 | 1001111 | 101011110 | 111111 | 1101 |
Color Harmonies of #350C13
Complementary color
Monochromatic Colors of #350C13
Black with #350C13
Text Example
Text Example
White with #350C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C13; }
p { color: rgb(53,12,19); }
H1.HeaderClassName
{
color: #350C13;
}
.AnyTagClassName
{
color: #350C13;
}
</style>
background-color css
<style>
a { background-color: #350C13; }
a { background-color: rgb(53,12,19); }
div.DivClassName
{
background-color: #350C13;
}
.BgClassName
{
background-color: #350C13;
}
</style>
border-color css
<style>
span { border-color: #350C13; }
span { border-color: rgb(53,12,19); }
td.TdClassName
{
border-color: #350C13;
}
.TagClassName
{
border-color: #350C13;
}
</style>