Shades of Rustic Red #36191B
Tints of Rustic Red #36191B
RGB
CMYK
RGB Variations
Color information
#36191B (or 0x36191B) is known color: Rustic Red. HEX triplet: 36, 19 and 1B. RGB value is (54,25,27). Sum of RGB (Red+Green+Blue) = 54+25+27=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #36191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36191B is #C9E6E4. Grayscale: #212121. Windows color (decimal): -13231845 or 1775926. OLE color: 1775926.
HSL color Cylindrical-coordinate representation of color #36191B: hue angle of 355.86º 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 #36191B is Cyan = 0, Magento = 0.54, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 25 | 27 | - |
| CMYK | 0 | 0.54 | 0.5 | 0.79 |
| HSL | 355.86º | 0.37% | 0.15% | - |
| HSV(B) | 355.86º | 0.54% | 0.21% | - |
| XYZ | 2.07 | 1.56 | 1.23 | - |
| YUV | 33.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 27 | 0 | 0.54 | 0.5 | 0.79 | 355.86 | 0.37 | 0.15 |
| Hex | 36 | 19 | 1B | 0 | 36 | 32 | 4F | 164 | 25 | F |
| Octal | 66 | 31 | 33 | 0 | 66 | 62 | 117 | 544 | 45 | 17 |
| Binary | 110110 | 11001 | 11011 | 0 | 110110 | 110010 | 1001111 | 101100100 | 100101 | 1111 |
Color Harmonies of #36191B
Complementary color
Monochromatic Colors of #36191B
Black with #36191B
Text Example
Text Example
White with #36191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36191B; }
p { color: rgb(54,25,27); }
H1.HeaderClassName
{
color: #36191B;
}
.AnyTagClassName
{
color: #36191B;
}
</style>
background-color css
<style>
a { background-color: #36191B; }
a { background-color: rgb(54,25,27); }
div.DivClassName
{
background-color: #36191B;
}
.BgClassName
{
background-color: #36191B;
}
</style>
border-color css
<style>
span { border-color: #36191B; }
span { border-color: rgb(54,25,27); }
td.TdClassName
{
border-color: #36191B;
}
.TagClassName
{
border-color: #36191B;
}
</style>