Shades of Rustic Red #350004
Tints of Rustic Red #350004
RGB
CMYK
RGB Variations
Color information
#350004 (or 0x350004) is known color: Rustic Red. HEX triplet: 35, 00 and 04. RGB value is (53,0,4). Sum of RGB (Red+Green+Blue) = 53+0+4=57 (7% of max value = 765). Red value is 53 (21.09% from 255 or 92.98% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 53 - color contains mainly: red. Hex color #350004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350004 is #CAFFFB. Grayscale: #101010. Windows color (decimal): -13303804 or 262197. OLE color: 262197.
HSL color Cylindrical-coordinate representation of color #350004: hue angle of 355.47º 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 #350004 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.92 | 0.79 |
| HSL | 355.47º | 1% | 0.1% | - |
| HSV(B) | 355.47º | 1% | 0.21% | - |
| XYZ | 1.49 | 0.77 | 0.18 | - |
| YUV | 16.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 4 | 0 | 1 | 0.92 | 0.79 | 355.47 | 1 | 0.1 |
| Hex | 35 | 0 | 4 | 0 | 64 | 5C | 4F | 163 | 64 | A |
| Octal | 65 | 0 | 4 | 0 | 144 | 134 | 117 | 543 | 144 | 12 |
| Binary | 110101 | 0 | 100 | 0 | 1100100 | 1011100 | 1001111 | 101100011 | 1100100 | 1010 |
Color Harmonies of #350004
Complementary color
Monochromatic Colors of #350004
Black with #350004
Text Example
Text Example
White with #350004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350004; }
p { color: rgb(53,0,4); }
H1.HeaderClassName
{
color: #350004;
}
.AnyTagClassName
{
color: #350004;
}
</style>
background-color css
<style>
a { background-color: #350004; }
a { background-color: rgb(53,0,4); }
div.DivClassName
{
background-color: #350004;
}
.BgClassName
{
background-color: #350004;
}
</style>
border-color css
<style>
span { border-color: #350004; }
span { border-color: rgb(53,0,4); }
td.TdClassName
{
border-color: #350004;
}
.TagClassName
{
border-color: #350004;
}
</style>