Shades of Rustic Red #351519
Tints of Rustic Red #351519
RGB
CMYK
RGB Variations
Color information
#351519 (or 0x351519) is known color: Rustic Red. HEX triplet: 35, 15 and 19. RGB value is (53,21,25). Sum of RGB (Red+Green+Blue) = 53+21+25=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #351519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351519 is #CAEAE6. Grayscale: #1F1F1F. Windows color (decimal): -13298407 or 1643829. OLE color: 1643829.
HSL color Cylindrical-coordinate representation of color #351519: hue angle of 352.5º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351519 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 21 | 25 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.79 |
| HSL | 352.5º | 0.43% | 0.15% | - |
| HSV(B) | 352.5º | 0.6% | 0.21% | - |
| XYZ | 1.91 | 1.36 | 1.08 | - |
| YUV | 31.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 25 | 0 | 0.60 | 0.53 | 0.79 | 352.5 | 0.43 | 0.15 |
| Hex | 35 | 15 | 19 | 0 | 3C | 35 | 4F | 160 | 2B | F |
| Octal | 65 | 25 | 31 | 0 | 74 | 65 | 117 | 540 | 53 | 17 |
| Binary | 110101 | 10101 | 11001 | 0 | 111100 | 110101 | 1001111 | 101100000 | 101011 | 1111 |
Color Harmonies of #351519
Complementary color
Monochromatic Colors of #351519
Black with #351519
Text Example
Text Example
White with #351519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351519; }
p { color: rgb(53,21,25); }
H1.HeaderClassName
{
color: #351519;
}
.AnyTagClassName
{
color: #351519;
}
</style>
background-color css
<style>
a { background-color: #351519; }
a { background-color: rgb(53,21,25); }
div.DivClassName
{
background-color: #351519;
}
.BgClassName
{
background-color: #351519;
}
</style>
border-color css
<style>
span { border-color: #351519; }
span { border-color: rgb(53,21,25); }
td.TdClassName
{
border-color: #351519;
}
.TagClassName
{
border-color: #351519;
}
</style>