Shades of Rustic Red #350012
Tints of Rustic Red #350012
RGB
CMYK
RGB Variations
Color information
#350012 (or 0x350012) is known color: Rustic Red. HEX triplet: 35, 00 and 12. RGB value is (53,0,18). Sum of RGB (Red+Green+Blue) = 53+0+18=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #350012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350012 is #CAFFED. Grayscale: #111111. Windows color (decimal): -13303790 or 1179701. OLE color: 1179701.
HSL color Cylindrical-coordinate representation of color #350012: hue angle of 339.62º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350012 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.66 | 0.79 |
| HSL | 339.62º | 1% | 0.1% | - |
| HSV(B) | 339.62º | 1% | 0.21% | - |
| XYZ | 1.58 | 0.8 | 0.64 | - |
| YUV | 17.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 18 | 0 | 1 | 0.66 | 0.79 | 339.62 | 1 | 0.1 |
| Hex | 35 | 0 | 12 | 0 | 64 | 42 | 4F | 154 | 64 | A |
| Octal | 65 | 0 | 22 | 0 | 144 | 102 | 117 | 524 | 144 | 12 |
| Binary | 110101 | 0 | 10010 | 0 | 1100100 | 1000010 | 1001111 | 101010100 | 1100100 | 1010 |
Color Harmonies of #350012
Complementary color
Monochromatic Colors of #350012
Black with #350012
Text Example
Text Example
White with #350012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350012; }
p { color: rgb(53,0,18); }
H1.HeaderClassName
{
color: #350012;
}
.AnyTagClassName
{
color: #350012;
}
</style>
background-color css
<style>
a { background-color: #350012; }
a { background-color: rgb(53,0,18); }
div.DivClassName
{
background-color: #350012;
}
.BgClassName
{
background-color: #350012;
}
</style>
border-color css
<style>
span { border-color: #350012; }
span { border-color: rgb(53,0,18); }
td.TdClassName
{
border-color: #350012;
}
.TagClassName
{
border-color: #350012;
}
</style>