Shades of Rustic Red #350204
Tints of Rustic Red #350204
RGB
CMYK
RGB Variations
Color information
#350204 (or 0x350204) is known color: Rustic Red. HEX triplet: 35, 02 and 04. RGB value is (53,2,4). Sum of RGB (Red+Green+Blue) = 53+2+4=59 (7% of max value = 765). Red value is 53 (21.09% from 255 or 89.83% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 53 - color contains mainly: red. Hex color #350204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350204 is #CAFDFB. Grayscale: #111111. Windows color (decimal): -13303292 or 262709. OLE color: 262709.
HSL color Cylindrical-coordinate representation of color #350204: hue angle of 357.65º 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 #350204 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 2 | 4 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.79 |
| HSL | 357.65º | 0.93% | 0.11% | - |
| HSV(B) | 357.65º | 0.96% | 0.21% | - |
| XYZ | 1.51 | 0.81 | 0.19 | - |
| YUV | 17.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 4 | 0 | 0.96 | 0.92 | 0.79 | 357.65 | 0.93 | 0.11 |
| Hex | 35 | 2 | 4 | 0 | 60 | 5C | 4F | 166 | 5D | B |
| Octal | 65 | 2 | 4 | 0 | 140 | 134 | 117 | 546 | 135 | 13 |
| Binary | 110101 | 10 | 100 | 0 | 1100000 | 1011100 | 1001111 | 101100110 | 1011101 | 1011 |
Color Harmonies of #350204
Complementary color
Monochromatic Colors of #350204
Black with #350204
Text Example
Text Example
White with #350204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350204; }
p { color: rgb(53,2,4); }
H1.HeaderClassName
{
color: #350204;
}
.AnyTagClassName
{
color: #350204;
}
</style>
background-color css
<style>
a { background-color: #350204; }
a { background-color: rgb(53,2,4); }
div.DivClassName
{
background-color: #350204;
}
.BgClassName
{
background-color: #350204;
}
</style>
border-color css
<style>
span { border-color: #350204; }
span { border-color: rgb(53,2,4); }
td.TdClassName
{
border-color: #350204;
}
.TagClassName
{
border-color: #350204;
}
</style>