Shades of Rustic Red #350006
Tints of Rustic Red #350006
RGB
CMYK
RGB Variations
Color information
#350006 (or 0x350006) is known color: Rustic Red. HEX triplet: 35, 00 and 06. RGB value is (53,0,6). Sum of RGB (Red+Green+Blue) = 53+0+6=59 (7% of max value = 765). Red value is 53 (21.09% from 255 or 89.83% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 53 - color contains mainly: red. Hex color #350006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350006 is #CAFFF9. Grayscale: #101010. Windows color (decimal): -13303802 or 393269. OLE color: 393269.
HSL color Cylindrical-coordinate representation of color #350006: hue angle of 353.21º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350006 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.89 | 0.79 |
| HSL | 353.21º | 1% | 0.1% | - |
| HSV(B) | 353.21º | 1% | 0.21% | - |
| XYZ | 1.5 | 0.77 | 0.24 | - |
| YUV | 16.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 6 | 0 | 1 | 0.89 | 0.79 | 353.21 | 1 | 0.1 |
| Hex | 35 | 0 | 6 | 0 | 64 | 59 | 4F | 161 | 64 | A |
| Octal | 65 | 0 | 6 | 0 | 144 | 131 | 117 | 541 | 144 | 12 |
| Binary | 110101 | 0 | 110 | 0 | 1100100 | 1011001 | 1001111 | 101100001 | 1100100 | 1010 |
Color Harmonies of #350006
Complementary color
Monochromatic Colors of #350006
Black with #350006
Text Example
Text Example
White with #350006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350006; }
p { color: rgb(53,0,6); }
H1.HeaderClassName
{
color: #350006;
}
.AnyTagClassName
{
color: #350006;
}
</style>
background-color css
<style>
a { background-color: #350006; }
a { background-color: rgb(53,0,6); }
div.DivClassName
{
background-color: #350006;
}
.BgClassName
{
background-color: #350006;
}
</style>
border-color css
<style>
span { border-color: #350006; }
span { border-color: rgb(53,0,6); }
td.TdClassName
{
border-color: #350006;
}
.TagClassName
{
border-color: #350006;
}
</style>