Shades of Rustic Red #36171C
Tints of Rustic Red #36171C
RGB
CMYK
RGB Variations
Color information
#36171C (or 0x36171C) is known color: Rustic Red. HEX triplet: 36, 17 and 1C. RGB value is (54,23,28). Sum of RGB (Red+Green+Blue) = 54+23+28=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #36171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36171C is #C9E8E3. Grayscale: #202020. Windows color (decimal): -13232356 or 1840950. OLE color: 1840950.
HSL color Cylindrical-coordinate representation of color #36171C: hue angle of 350.32º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36171C is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 23 | 28 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.79 |
| HSL | 350.32º | 0.4% | 0.15% | - |
| HSV(B) | 350.32º | 0.57% | 0.21% | - |
| XYZ | 2.04 | 1.48 | 1.28 | - |
| YUV | 32.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 28 | 0 | 0.57 | 0.48 | 0.79 | 350.32 | 0.4 | 0.15 |
| Hex | 36 | 17 | 1C | 0 | 39 | 30 | 4F | 15E | 28 | F |
| Octal | 66 | 27 | 34 | 0 | 71 | 60 | 117 | 536 | 50 | 17 |
| Binary | 110110 | 10111 | 11100 | 0 | 111001 | 110000 | 1001111 | 101011110 | 101000 | 1111 |
Color Harmonies of #36171C
Complementary color
Monochromatic Colors of #36171C
Black with #36171C
Text Example
Text Example
White with #36171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36171C; }
p { color: rgb(54,23,28); }
H1.HeaderClassName
{
color: #36171C;
}
.AnyTagClassName
{
color: #36171C;
}
</style>
background-color css
<style>
a { background-color: #36171C; }
a { background-color: rgb(54,23,28); }
div.DivClassName
{
background-color: #36171C;
}
.BgClassName
{
background-color: #36171C;
}
</style>
border-color css
<style>
span { border-color: #36171C; }
span { border-color: rgb(54,23,28); }
td.TdClassName
{
border-color: #36171C;
}
.TagClassName
{
border-color: #36171C;
}
</style>