Shades of Rustic Red #350608
Tints of Rustic Red #350608
RGB
CMYK
RGB Variations
Color information
#350608 (or 0x350608) is known color: Rustic Red. HEX triplet: 35, 06 and 08. RGB value is (53,6,8). Sum of RGB (Red+Green+Blue) = 53+6+8=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #350608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350608 is #CAF9F7. Grayscale: #141414. Windows color (decimal): -13302264 or 525877. OLE color: 525877.
HSL color Cylindrical-coordinate representation of color #350608: hue angle of 357.45º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350608 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 6 | 8 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.79 |
| HSL | 357.45º | 0.8% | 0.12% | - |
| HSV(B) | 357.45º | 0.89% | 0.21% | - |
| XYZ | 1.58 | 0.9 | 0.32 | - |
| YUV | 20.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 8 | 0 | 0.89 | 0.85 | 0.79 | 357.45 | 0.8 | 0.12 |
| Hex | 35 | 6 | 8 | 0 | 59 | 55 | 4F | 165 | 50 | C |
| Octal | 65 | 6 | 10 | 0 | 131 | 125 | 117 | 545 | 120 | 14 |
| Binary | 110101 | 110 | 1000 | 0 | 1011001 | 1010101 | 1001111 | 101100101 | 1010000 | 1100 |
Color Harmonies of #350608
Complementary color
Monochromatic Colors of #350608
Black with #350608
Text Example
Text Example
White with #350608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350608; }
p { color: rgb(53,6,8); }
H1.HeaderClassName
{
color: #350608;
}
.AnyTagClassName
{
color: #350608;
}
</style>
background-color css
<style>
a { background-color: #350608; }
a { background-color: rgb(53,6,8); }
div.DivClassName
{
background-color: #350608;
}
.BgClassName
{
background-color: #350608;
}
</style>
border-color css
<style>
span { border-color: #350608; }
span { border-color: rgb(53,6,8); }
td.TdClassName
{
border-color: #350608;
}
.TagClassName
{
border-color: #350608;
}
</style>