Shades of Rustic Red #36151B
Tints of Rustic Red #36151B
RGB
CMYK
RGB Variations
Color information
#36151B (or 0x36151B) is known color: Rustic Red. HEX triplet: 36, 15 and 1B. RGB value is (54,21,27). Sum of RGB (Red+Green+Blue) = 54+21+27=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #36151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36151B is #C9EAE4. Grayscale: #1F1F1F. Windows color (decimal): -13232869 or 1774902. OLE color: 1774902.
HSL color Cylindrical-coordinate representation of color #36151B: hue angle of 349.09º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36151B is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 21 | 27 | - |
| CMYK | 0 | 0.61 | 0.5 | 0.79 |
| HSL | 349.09º | 0.44% | 0.15% | - |
| HSV(B) | 349.09º | 0.61% | 0.21% | - |
| XYZ | 1.99 | 1.4 | 1.2 | - |
| YUV | 31.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 27 | 0 | 0.61 | 0.5 | 0.79 | 349.09 | 0.44 | 0.15 |
| Hex | 36 | 15 | 1B | 0 | 3D | 32 | 4F | 15D | 2C | F |
| Octal | 66 | 25 | 33 | 0 | 75 | 62 | 117 | 535 | 54 | 17 |
| Binary | 110110 | 10101 | 11011 | 0 | 111101 | 110010 | 1001111 | 101011101 | 101100 | 1111 |
Color Harmonies of #36151B
Complementary color
Monochromatic Colors of #36151B
Black with #36151B
Text Example
Text Example
White with #36151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36151B; }
p { color: rgb(54,21,27); }
H1.HeaderClassName
{
color: #36151B;
}
.AnyTagClassName
{
color: #36151B;
}
</style>
background-color css
<style>
a { background-color: #36151B; }
a { background-color: rgb(54,21,27); }
div.DivClassName
{
background-color: #36151B;
}
.BgClassName
{
background-color: #36151B;
}
</style>
border-color css
<style>
span { border-color: #36151B; }
span { border-color: rgb(54,21,27); }
td.TdClassName
{
border-color: #36151B;
}
.TagClassName
{
border-color: #36151B;
}
</style>