Shades of Rustic Red #36191C
Tints of Rustic Red #36191C
RGB
CMYK
RGB Variations
Color information
#36191C (or 0x36191C) is known color: Rustic Red. HEX triplet: 36, 19 and 1C. RGB value is (54,25,28). Sum of RGB (Red+Green+Blue) = 54+25+28=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #36191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36191C is #C9E6E3. Grayscale: #222222. Windows color (decimal): -13231844 or 1841462. OLE color: 1841462.
HSL color Cylindrical-coordinate representation of color #36191C: hue angle of 353.79º 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 #36191C is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 25 | 28 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.79 |
| HSL | 353.79º | 0.37% | 0.15% | - |
| HSV(B) | 353.79º | 0.54% | 0.21% | - |
| XYZ | 2.08 | 1.56 | 1.29 | - |
| YUV | 34.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 28 | 0 | 0.54 | 0.48 | 0.79 | 353.79 | 0.37 | 0.15 |
| Hex | 36 | 19 | 1C | 0 | 36 | 30 | 4F | 162 | 25 | F |
| Octal | 66 | 31 | 34 | 0 | 66 | 60 | 117 | 542 | 45 | 17 |
| Binary | 110110 | 11001 | 11100 | 0 | 110110 | 110000 | 1001111 | 101100010 | 100101 | 1111 |
Color Harmonies of #36191C
Complementary color
Monochromatic Colors of #36191C
Black with #36191C
Text Example
Text Example
White with #36191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36191C; }
p { color: rgb(54,25,28); }
H1.HeaderClassName
{
color: #36191C;
}
.AnyTagClassName
{
color: #36191C;
}
</style>
background-color css
<style>
a { background-color: #36191C; }
a { background-color: rgb(54,25,28); }
div.DivClassName
{
background-color: #36191C;
}
.BgClassName
{
background-color: #36191C;
}
</style>
border-color css
<style>
span { border-color: #36191C; }
span { border-color: rgb(54,25,28); }
td.TdClassName
{
border-color: #36191C;
}
.TagClassName
{
border-color: #36191C;
}
</style>