Shades of Rustic Red #350207
Tints of Rustic Red #350207
RGB
CMYK
RGB Variations
Color information
#350207 (or 0x350207) is known color: Rustic Red. HEX triplet: 35, 02 and 07. RGB value is (53,2,7). Sum of RGB (Red+Green+Blue) = 53+2+7=62 (8% of max value = 765). Red value is 53 (21.09% from 255 or 85.48% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 53 - color contains mainly: red. Hex color #350207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350207 is #CAFDF8. Grayscale: #111111. Windows color (decimal): -13303289 or 459317. OLE color: 459317.
HSL color Cylindrical-coordinate representation of color #350207: hue angle of 354.12º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350207 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 2 | 7 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.79 |
| HSL | 354.12º | 0.93% | 0.11% | - |
| HSV(B) | 354.12º | 0.96% | 0.21% | - |
| XYZ | 1.53 | 0.82 | 0.28 | - |
| YUV | 17.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 7 | 0 | 0.96 | 0.87 | 0.79 | 354.12 | 0.93 | 0.11 |
| Hex | 35 | 2 | 7 | 0 | 60 | 57 | 4F | 162 | 5D | B |
| Octal | 65 | 2 | 7 | 0 | 140 | 127 | 117 | 542 | 135 | 13 |
| Binary | 110101 | 10 | 111 | 0 | 1100000 | 1010111 | 1001111 | 101100010 | 1011101 | 1011 |
Color Harmonies of #350207
Complementary color
Monochromatic Colors of #350207
Black with #350207
Text Example
Text Example
White with #350207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350207; }
p { color: rgb(53,2,7); }
H1.HeaderClassName
{
color: #350207;
}
.AnyTagClassName
{
color: #350207;
}
</style>
background-color css
<style>
a { background-color: #350207; }
a { background-color: rgb(53,2,7); }
div.DivClassName
{
background-color: #350207;
}
.BgClassName
{
background-color: #350207;
}
</style>
border-color css
<style>
span { border-color: #350207; }
span { border-color: rgb(53,2,7); }
td.TdClassName
{
border-color: #350207;
}
.TagClassName
{
border-color: #350207;
}
</style>