Shades of Rustic Red #350518
Tints of Rustic Red #350518
RGB
CMYK
RGB Variations
Color information
#350518 (or 0x350518) is known color: Rustic Red. HEX triplet: 35, 05 and 18. RGB value is (53,5,24). Sum of RGB (Red+Green+Blue) = 53+5+24=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #350518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350518 is #CAFAE7. Grayscale: #151515. Windows color (decimal): -13302504 or 1574197. OLE color: 1574197.
HSL color Cylindrical-coordinate representation of color #350518: hue angle of 336.25º 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 #350518 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 5 | 24 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.79 |
| HSL | 336.25º | 0.83% | 0.11% | - |
| HSV(B) | 336.25º | 0.91% | 0.21% | - |
| XYZ | 1.69 | 0.93 | 0.95 | - |
| YUV | 21.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 24 | 0 | 0.91 | 0.55 | 0.79 | 336.25 | 0.83 | 0.11 |
| Hex | 35 | 5 | 18 | 0 | 5B | 37 | 4F | 150 | 53 | B |
| Octal | 65 | 5 | 30 | 0 | 133 | 67 | 117 | 520 | 123 | 13 |
| Binary | 110101 | 101 | 11000 | 0 | 1011011 | 110111 | 1001111 | 101010000 | 1010011 | 1011 |
Color Harmonies of #350518
Complementary color
Monochromatic Colors of #350518
Black with #350518
Text Example
Text Example
White with #350518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350518; }
p { color: rgb(53,5,24); }
H1.HeaderClassName
{
color: #350518;
}
.AnyTagClassName
{
color: #350518;
}
</style>
background-color css
<style>
a { background-color: #350518; }
a { background-color: rgb(53,5,24); }
div.DivClassName
{
background-color: #350518;
}
.BgClassName
{
background-color: #350518;
}
</style>
border-color css
<style>
span { border-color: #350518; }
span { border-color: rgb(53,5,24); }
td.TdClassName
{
border-color: #350518;
}
.TagClassName
{
border-color: #350518;
}
</style>