Shades of Rustic Red #35080E
Tints of Rustic Red #35080E
RGB
CMYK
RGB Variations
Color information
#35080E (or 0x35080E) is known color: Rustic Red. HEX triplet: 35, 08 and 0E. RGB value is (53,8,14). Sum of RGB (Red+Green+Blue) = 53+8+14=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #35080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35080E is #CAF7F1. Grayscale: #161616. Windows color (decimal): -13301746 or 919605. OLE color: 919605.
HSL color Cylindrical-coordinate representation of color #35080E: hue angle of 352º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35080E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 8 | 14 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.79 |
| HSL | 352º | 0.74% | 0.12% | - |
| HSV(B) | 352º | 0.85% | 0.21% | - |
| XYZ | 1.63 | 0.96 | 0.52 | - |
| YUV | 22.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 8 | 14 | 0 | 0.85 | 0.74 | 0.79 | 352 | 0.74 | 0.12 |
| Hex | 35 | 8 | E | 0 | 55 | 4A | 4F | 160 | 4A | C |
| Octal | 65 | 10 | 16 | 0 | 125 | 112 | 117 | 540 | 112 | 14 |
| Binary | 110101 | 1000 | 1110 | 0 | 1010101 | 1001010 | 1001111 | 101100000 | 1001010 | 1100 |
Color Harmonies of #35080E
Complementary color
Monochromatic Colors of #35080E
Black with #35080E
Text Example
Text Example
White with #35080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35080E; }
p { color: rgb(53,8,14); }
H1.HeaderClassName
{
color: #35080E;
}
.AnyTagClassName
{
color: #35080E;
}
</style>
background-color css
<style>
a { background-color: #35080E; }
a { background-color: rgb(53,8,14); }
div.DivClassName
{
background-color: #35080E;
}
.BgClassName
{
background-color: #35080E;
}
</style>
border-color css
<style>
span { border-color: #35080E; }
span { border-color: rgb(53,8,14); }
td.TdClassName
{
border-color: #35080E;
}
.TagClassName
{
border-color: #35080E;
}
</style>