Shades of Rustic Red #36191E
Tints of Rustic Red #36191E
RGB
CMYK
RGB Variations
Color information
#36191E (or 0x36191E) is known color: Rustic Red. HEX triplet: 36, 19 and 1E. RGB value is (54,25,30). Sum of RGB (Red+Green+Blue) = 54+25+30=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #36191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36191E is #C9E6E1. Grayscale: #222222. Windows color (decimal): -13231842 or 1972534. OLE color: 1972534.
HSL color Cylindrical-coordinate representation of color #36191E: hue angle of 349.66º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36191E is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 25 | 30 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.79 |
| HSL | 349.66º | 0.37% | 0.15% | - |
| HSV(B) | 349.66º | 0.54% | 0.21% | - |
| XYZ | 2.1 | 1.57 | 1.42 | - |
| YUV | 34.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 30 | 0 | 0.54 | 0.44 | 0.79 | 349.66 | 0.37 | 0.15 |
| Hex | 36 | 19 | 1E | 0 | 36 | 2C | 4F | 15E | 25 | F |
| Octal | 66 | 31 | 36 | 0 | 66 | 54 | 117 | 536 | 45 | 17 |
| Binary | 110110 | 11001 | 11110 | 0 | 110110 | 101100 | 1001111 | 101011110 | 100101 | 1111 |
Color Harmonies of #36191E
Complementary color
Monochromatic Colors of #36191E
Black with #36191E
Text Example
Text Example
White with #36191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36191E; }
p { color: rgb(54,25,30); }
H1.HeaderClassName
{
color: #36191E;
}
.AnyTagClassName
{
color: #36191E;
}
</style>
background-color css
<style>
a { background-color: #36191E; }
a { background-color: rgb(54,25,30); }
div.DivClassName
{
background-color: #36191E;
}
.BgClassName
{
background-color: #36191E;
}
</style>
border-color css
<style>
span { border-color: #36191E; }
span { border-color: rgb(54,25,30); }
td.TdClassName
{
border-color: #36191E;
}
.TagClassName
{
border-color: #36191E;
}
</style>