Shades of Rustic Red #350D0E
Tints of Rustic Red #350D0E
RGB
CMYK
RGB Variations
Color information
#350D0E (or 0x350D0E) is known color: Rustic Red. HEX triplet: 35, 0D and 0E. RGB value is (53,13,14). Sum of RGB (Red+Green+Blue) = 53+13+14=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #350D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D0E is #CAF2F1. Grayscale: #191919. Windows color (decimal): -13300466 or 920885. OLE color: 920885.
HSL color Cylindrical-coordinate representation of color #350D0E: hue angle of 358.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350D0E is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 14 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.79 |
| HSL | 358.5º | 0.61% | 0.13% | - |
| HSV(B) | 358.5º | 0.75% | 0.21% | - |
| XYZ | 1.69 | 1.08 | 0.53 | - |
| YUV | 25.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 14 | 0 | 0.75 | 0.74 | 0.79 | 358.5 | 0.61 | 0.13 |
| Hex | 35 | D | E | 0 | 4B | 4A | 4F | 166 | 3D | D |
| Octal | 65 | 15 | 16 | 0 | 113 | 112 | 117 | 546 | 75 | 15 |
| Binary | 110101 | 1101 | 1110 | 0 | 1001011 | 1001010 | 1001111 | 101100110 | 111101 | 1101 |
Color Harmonies of #350D0E
Complementary color
Monochromatic Colors of #350D0E
Black with #350D0E
Text Example
Text Example
White with #350D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D0E; }
p { color: rgb(53,13,14); }
H1.HeaderClassName
{
color: #350D0E;
}
.AnyTagClassName
{
color: #350D0E;
}
</style>
background-color css
<style>
a { background-color: #350D0E; }
a { background-color: rgb(53,13,14); }
div.DivClassName
{
background-color: #350D0E;
}
.BgClassName
{
background-color: #350D0E;
}
</style>
border-color css
<style>
span { border-color: #350D0E; }
span { border-color: rgb(53,13,14); }
td.TdClassName
{
border-color: #350D0E;
}
.TagClassName
{
border-color: #350D0E;
}
</style>