Shades of Rustic Red #350015
Tints of Rustic Red #350015
RGB
CMYK
RGB Variations
Color information
#350015 (or 0x350015) is known color: Rustic Red. HEX triplet: 35, 00 and 15. RGB value is (53,0,21). Sum of RGB (Red+Green+Blue) = 53+0+21=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #350015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350015 is #CAFFEA. Grayscale: #121212. Windows color (decimal): -13303787 or 1376309. OLE color: 1376309.
HSL color Cylindrical-coordinate representation of color #350015: hue angle of 336.23º 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 #350015 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.60 | 0.79 |
| HSL | 336.23º | 1% | 0.1% | - |
| HSV(B) | 336.23º | 1% | 0.21% | - |
| XYZ | 1.6 | 0.81 | 0.78 | - |
| YUV | 18.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 21 | 0 | 1 | 0.60 | 0.79 | 336.23 | 1 | 0.1 |
| Hex | 35 | 0 | 15 | 0 | 64 | 3C | 4F | 150 | 64 | A |
| Octal | 65 | 0 | 25 | 0 | 144 | 74 | 117 | 520 | 144 | 12 |
| Binary | 110101 | 0 | 10101 | 0 | 1100100 | 111100 | 1001111 | 101010000 | 1100100 | 1010 |
Color Harmonies of #350015
Complementary color
Monochromatic Colors of #350015
Black with #350015
Text Example
Text Example
White with #350015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350015; }
p { color: rgb(53,0,21); }
H1.HeaderClassName
{
color: #350015;
}
.AnyTagClassName
{
color: #350015;
}
</style>
background-color css
<style>
a { background-color: #350015; }
a { background-color: rgb(53,0,21); }
div.DivClassName
{
background-color: #350015;
}
.BgClassName
{
background-color: #350015;
}
</style>
border-color css
<style>
span { border-color: #350015; }
span { border-color: rgb(53,0,21); }
td.TdClassName
{
border-color: #350015;
}
.TagClassName
{
border-color: #350015;
}
</style>