Shades of Rustic Red #350D13
Tints of Rustic Red #350D13
RGB
CMYK
RGB Variations
Color information
#350D13 (or 0x350D13) is known color: Rustic Red. HEX triplet: 35, 0D and 13. RGB value is (53,13,19). Sum of RGB (Red+Green+Blue) = 53+13+19=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #350D13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D13 is #CAF2EC. Grayscale: #191919. Windows color (decimal): -13300461 or 1248565. OLE color: 1248565.
HSL color Cylindrical-coordinate representation of color #350D13: hue angle of 351º 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 #350D13 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 19 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.79 |
| HSL | 351º | 0.61% | 0.13% | - |
| HSV(B) | 351º | 0.75% | 0.21% | - |
| XYZ | 1.73 | 1.09 | 0.74 | - |
| YUV | 25.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 19 | 0 | 0.75 | 0.64 | 0.79 | 351 | 0.61 | 0.13 |
| Hex | 35 | D | 13 | 0 | 4B | 40 | 4F | 15F | 3D | D |
| Octal | 65 | 15 | 23 | 0 | 113 | 100 | 117 | 537 | 75 | 15 |
| Binary | 110101 | 1101 | 10011 | 0 | 1001011 | 1000000 | 1001111 | 101011111 | 111101 | 1101 |
Color Harmonies of #350D13
Complementary color
Monochromatic Colors of #350D13
Black with #350D13
Text Example
Text Example
White with #350D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D13; }
p { color: rgb(53,13,19); }
H1.HeaderClassName
{
color: #350D13;
}
.AnyTagClassName
{
color: #350D13;
}
</style>
background-color css
<style>
a { background-color: #350D13; }
a { background-color: rgb(53,13,19); }
div.DivClassName
{
background-color: #350D13;
}
.BgClassName
{
background-color: #350D13;
}
</style>
border-color css
<style>
span { border-color: #350D13; }
span { border-color: rgb(53,13,19); }
td.TdClassName
{
border-color: #350D13;
}
.TagClassName
{
border-color: #350D13;
}
</style>