Shades of Rustic Red #350512
Tints of Rustic Red #350512
RGB
CMYK
RGB Variations
Color information
#350512 (or 0x350512) is known color: Rustic Red. HEX triplet: 35, 05 and 12. RGB value is (53,5,18). Sum of RGB (Red+Green+Blue) = 53+5+18=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #350512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350512 is #CAFAED. Grayscale: #141414. Windows color (decimal): -13302510 or 1180981. OLE color: 1180981.
HSL color Cylindrical-coordinate representation of color #350512: hue angle of 343.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350512 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 5 | 18 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.79 |
| HSL | 343.75º | 0.83% | 0.11% | - |
| HSV(B) | 343.75º | 0.91% | 0.21% | - |
| XYZ | 1.63 | 0.91 | 0.66 | - |
| YUV | 20.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 18 | 0 | 0.91 | 0.66 | 0.79 | 343.75 | 0.83 | 0.11 |
| Hex | 35 | 5 | 12 | 0 | 5B | 42 | 4F | 158 | 53 | B |
| Octal | 65 | 5 | 22 | 0 | 133 | 102 | 117 | 530 | 123 | 13 |
| Binary | 110101 | 101 | 10010 | 0 | 1011011 | 1000010 | 1001111 | 101011000 | 1010011 | 1011 |
Color Harmonies of #350512
Complementary color
Monochromatic Colors of #350512
Black with #350512
Text Example
Text Example
White with #350512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350512; }
p { color: rgb(53,5,18); }
H1.HeaderClassName
{
color: #350512;
}
.AnyTagClassName
{
color: #350512;
}
</style>
background-color css
<style>
a { background-color: #350512; }
a { background-color: rgb(53,5,18); }
div.DivClassName
{
background-color: #350512;
}
.BgClassName
{
background-color: #350512;
}
</style>
border-color css
<style>
span { border-color: #350512; }
span { border-color: rgb(53,5,18); }
td.TdClassName
{
border-color: #350512;
}
.TagClassName
{
border-color: #350512;
}
</style>