Shades of Rustic Red #350D0F
Tints of Rustic Red #350D0F
RGB
CMYK
RGB Variations
Color information
#350D0F (or 0x350D0F) is known color: Rustic Red. HEX triplet: 35, 0D and 0F. RGB value is (53,13,15). Sum of RGB (Red+Green+Blue) = 53+13+15=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #350D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D0F is #CAF2F0. Grayscale: #191919. Windows color (decimal): -13300465 or 986421. OLE color: 986421.
HSL color Cylindrical-coordinate representation of color #350D0F: hue angle of 357º 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 #350D0F is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 15 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.79 |
| HSL | 357º | 0.61% | 0.13% | - |
| HSV(B) | 357º | 0.75% | 0.21% | - |
| XYZ | 1.7 | 1.08 | 0.57 | - |
| YUV | 25.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 15 | 0 | 0.75 | 0.72 | 0.79 | 357 | 0.61 | 0.13 |
| Hex | 35 | D | F | 0 | 4B | 48 | 4F | 165 | 3D | D |
| Octal | 65 | 15 | 17 | 0 | 113 | 110 | 117 | 545 | 75 | 15 |
| Binary | 110101 | 1101 | 1111 | 0 | 1001011 | 1001000 | 1001111 | 101100101 | 111101 | 1101 |
Color Harmonies of #350D0F
Complementary color
Monochromatic Colors of #350D0F
Black with #350D0F
Text Example
Text Example
White with #350D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D0F; }
p { color: rgb(53,13,15); }
H1.HeaderClassName
{
color: #350D0F;
}
.AnyTagClassName
{
color: #350D0F;
}
</style>
background-color css
<style>
a { background-color: #350D0F; }
a { background-color: rgb(53,13,15); }
div.DivClassName
{
background-color: #350D0F;
}
.BgClassName
{
background-color: #350D0F;
}
</style>
border-color css
<style>
span { border-color: #350D0F; }
span { border-color: rgb(53,13,15); }
td.TdClassName
{
border-color: #350D0F;
}
.TagClassName
{
border-color: #350D0F;
}
</style>