Shades of Rustic Red #350D17
Tints of Rustic Red #350D17
RGB
CMYK
RGB Variations
Color information
#350D17 (or 0x350D17) is known color: Rustic Red. HEX triplet: 35, 0D and 17. RGB value is (53,13,23). Sum of RGB (Red+Green+Blue) = 53+13+23=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #350D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D17 is #CAF2E8. Grayscale: #1A1A1A. Windows color (decimal): -13300457 or 1510709. OLE color: 1510709.
HSL color Cylindrical-coordinate representation of color #350D17: hue angle of 345º 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 #350D17 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 23 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.79 |
| HSL | 345º | 0.61% | 0.13% | - |
| HSV(B) | 345º | 0.75% | 0.21% | - |
| XYZ | 1.77 | 1.11 | 0.93 | - |
| YUV | 26.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 23 | 0 | 0.75 | 0.57 | 0.79 | 345 | 0.61 | 0.13 |
| Hex | 35 | D | 17 | 0 | 4B | 39 | 4F | 159 | 3D | D |
| Octal | 65 | 15 | 27 | 0 | 113 | 71 | 117 | 531 | 75 | 15 |
| Binary | 110101 | 1101 | 10111 | 0 | 1001011 | 111001 | 1001111 | 101011001 | 111101 | 1101 |
Color Harmonies of #350D17
Complementary color
Monochromatic Colors of #350D17
Black with #350D17
Text Example
Text Example
White with #350D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D17; }
p { color: rgb(53,13,23); }
H1.HeaderClassName
{
color: #350D17;
}
.AnyTagClassName
{
color: #350D17;
}
</style>
background-color css
<style>
a { background-color: #350D17; }
a { background-color: rgb(53,13,23); }
div.DivClassName
{
background-color: #350D17;
}
.BgClassName
{
background-color: #350D17;
}
</style>
border-color css
<style>
span { border-color: #350D17; }
span { border-color: rgb(53,13,23); }
td.TdClassName
{
border-color: #350D17;
}
.TagClassName
{
border-color: #350D17;
}
</style>