Shades of Rustic Red #350B19
Tints of Rustic Red #350B19
RGB
CMYK
RGB Variations
Color information
#350B19 (or 0x350B19) is known color: Rustic Red. HEX triplet: 35, 0B and 19. RGB value is (53,11,25). Sum of RGB (Red+Green+Blue) = 53+11+25=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #350B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350B19 is #CAF4E6. Grayscale: #191919. Windows color (decimal): -13300967 or 1641269. OLE color: 1641269.
HSL color Cylindrical-coordinate representation of color #350B19: hue angle of 340º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #350B19 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 11 | 25 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.79 |
| HSL | 340º | 0.66% | 0.13% | - |
| HSV(B) | 340º | 0.79% | 0.21% | - |
| XYZ | 1.76 | 1.07 | 1.03 | - |
| YUV | 25.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 25 | 0 | 0.79 | 0.53 | 0.79 | 340 | 0.66 | 0.13 |
| Hex | 35 | B | 19 | 0 | 4F | 35 | 4F | 154 | 42 | D |
| Octal | 65 | 13 | 31 | 0 | 117 | 65 | 117 | 524 | 102 | 15 |
| Binary | 110101 | 1011 | 11001 | 0 | 1001111 | 110101 | 1001111 | 101010100 | 1000010 | 1101 |
Color Harmonies of #350B19
Complementary color
Monochromatic Colors of #350B19
Black with #350B19
Text Example
Text Example
White with #350B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B19; }
p { color: rgb(53,11,25); }
H1.HeaderClassName
{
color: #350B19;
}
.AnyTagClassName
{
color: #350B19;
}
</style>
background-color css
<style>
a { background-color: #350B19; }
a { background-color: rgb(53,11,25); }
div.DivClassName
{
background-color: #350B19;
}
.BgClassName
{
background-color: #350B19;
}
</style>
border-color css
<style>
span { border-color: #350B19; }
span { border-color: rgb(53,11,25); }
td.TdClassName
{
border-color: #350B19;
}
.TagClassName
{
border-color: #350B19;
}
</style>