Shades of Rustic Red #350F17
Tints of Rustic Red #350F17
RGB
CMYK
RGB Variations
Color information
#350F17 (or 0x350F17) is known color: Rustic Red. HEX triplet: 35, 0F and 17. RGB value is (53,15,23). Sum of RGB (Red+Green+Blue) = 53+15+23=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #350F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350F17 is #CAF0E8. Grayscale: #1B1B1B. Windows color (decimal): -13299945 or 1511221. OLE color: 1511221.
HSL color Cylindrical-coordinate representation of color #350F17: hue angle of 347.37º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #350F17 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 15 | 23 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.79 |
| HSL | 347.37º | 0.56% | 0.13% | - |
| HSV(B) | 347.37º | 0.72% | 0.21% | - |
| XYZ | 1.79 | 1.16 | 0.94 | - |
| YUV | 27.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 23 | 0 | 0.72 | 0.57 | 0.79 | 347.37 | 0.56 | 0.13 |
| Hex | 35 | F | 17 | 0 | 48 | 39 | 4F | 15B | 38 | D |
| Octal | 65 | 17 | 27 | 0 | 110 | 71 | 117 | 533 | 70 | 15 |
| Binary | 110101 | 1111 | 10111 | 0 | 1001000 | 111001 | 1001111 | 101011011 | 111000 | 1101 |
Color Harmonies of #350F17
Complementary color
Monochromatic Colors of #350F17
Black with #350F17
Text Example
Text Example
White with #350F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F17; }
p { color: rgb(53,15,23); }
H1.HeaderClassName
{
color: #350F17;
}
.AnyTagClassName
{
color: #350F17;
}
</style>
background-color css
<style>
a { background-color: #350F17; }
a { background-color: rgb(53,15,23); }
div.DivClassName
{
background-color: #350F17;
}
.BgClassName
{
background-color: #350F17;
}
</style>
border-color css
<style>
span { border-color: #350F17; }
span { border-color: rgb(53,15,23); }
td.TdClassName
{
border-color: #350F17;
}
.TagClassName
{
border-color: #350F17;
}
</style>