Shades of Rustic Red #350111
Tints of Rustic Red #350111
RGB
CMYK
RGB Variations
Color information
#350111 (or 0x350111) is known color: Rustic Red. HEX triplet: 35, 01 and 11. RGB value is (53,1,17). Sum of RGB (Red+Green+Blue) = 53+1+17=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #350111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350111 is #CAFEEE. Grayscale: #121212. Windows color (decimal): -13303535 or 1114421. OLE color: 1114421.
HSL color Cylindrical-coordinate representation of color #350111: hue angle of 341.54º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350111 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 1 | 17 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.79 |
| HSL | 341.54º | 0.96% | 0.11% | - |
| HSV(B) | 341.54º | 0.98% | 0.21% | - |
| XYZ | 1.58 | 0.82 | 0.61 | - |
| YUV | 18.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 17 | 0 | 0.98 | 0.68 | 0.79 | 341.54 | 0.96 | 0.11 |
| Hex | 35 | 1 | 11 | 0 | 62 | 44 | 4F | 156 | 60 | B |
| Octal | 65 | 1 | 21 | 0 | 142 | 104 | 117 | 526 | 140 | 13 |
| Binary | 110101 | 1 | 10001 | 0 | 1100010 | 1000100 | 1001111 | 101010110 | 1100000 | 1011 |
Color Harmonies of #350111
Complementary color
Monochromatic Colors of #350111
Black with #350111
Text Example
Text Example
White with #350111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350111; }
p { color: rgb(53,1,17); }
H1.HeaderClassName
{
color: #350111;
}
.AnyTagClassName
{
color: #350111;
}
</style>
background-color css
<style>
a { background-color: #350111; }
a { background-color: rgb(53,1,17); }
div.DivClassName
{
background-color: #350111;
}
.BgClassName
{
background-color: #350111;
}
</style>
border-color css
<style>
span { border-color: #350111; }
span { border-color: rgb(53,1,17); }
td.TdClassName
{
border-color: #350111;
}
.TagClassName
{
border-color: #350111;
}
</style>