Shades of Rustic Red #350C19
Tints of Rustic Red #350C19
RGB
CMYK
RGB Variations
Color information
#350C19 (or 0x350C19) is known color: Rustic Red. HEX triplet: 35, 0C and 19. RGB value is (53,12,25). Sum of RGB (Red+Green+Blue) = 53+12+25=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #350C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C19 is #CAF3E6. Grayscale: #191919. Windows color (decimal): -13300711 or 1641525. OLE color: 1641525.
HSL color Cylindrical-coordinate representation of color #350C19: hue angle of 340.98º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350C19 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 12 | 25 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.79 |
| HSL | 340.98º | 0.63% | 0.13% | - |
| HSV(B) | 340.98º | 0.77% | 0.21% | - |
| XYZ | 1.78 | 1.09 | 1.04 | - |
| YUV | 25.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 25 | 0 | 0.77 | 0.53 | 0.79 | 340.98 | 0.63 | 0.13 |
| Hex | 35 | C | 19 | 0 | 4D | 35 | 4F | 155 | 3F | D |
| Octal | 65 | 14 | 31 | 0 | 115 | 65 | 117 | 525 | 77 | 15 |
| Binary | 110101 | 1100 | 11001 | 0 | 1001101 | 110101 | 1001111 | 101010101 | 111111 | 1101 |
Color Harmonies of #350C19
Complementary color
Monochromatic Colors of #350C19
Black with #350C19
Text Example
Text Example
White with #350C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C19; }
p { color: rgb(53,12,25); }
H1.HeaderClassName
{
color: #350C19;
}
.AnyTagClassName
{
color: #350C19;
}
</style>
background-color css
<style>
a { background-color: #350C19; }
a { background-color: rgb(53,12,25); }
div.DivClassName
{
background-color: #350C19;
}
.BgClassName
{
background-color: #350C19;
}
</style>
border-color css
<style>
span { border-color: #350C19; }
span { border-color: rgb(53,12,25); }
td.TdClassName
{
border-color: #350C19;
}
.TagClassName
{
border-color: #350C19;
}
</style>