Shades of Rustic Red #36151D
Tints of Rustic Red #36151D
RGB
CMYK
RGB Variations
Color information
#36151D (or 0x36151D) is known color: Rustic Red. HEX triplet: 36, 15 and 1D. RGB value is (54,21,29). Sum of RGB (Red+Green+Blue) = 54+21+29=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #36151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36151D is #C9EAE2. Grayscale: #1F1F1F. Windows color (decimal): -13232867 or 1905974. OLE color: 1905974.
HSL color Cylindrical-coordinate representation of color #36151D: hue angle of 345.45º 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 #36151D is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 21 | 29 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.79 |
| HSL | 345.45º | 0.44% | 0.15% | - |
| HSV(B) | 345.45º | 0.61% | 0.21% | - |
| XYZ | 2.01 | 1.41 | 1.33 | - |
| YUV | 31.78 | 126.43 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 29 | 0 | 0.61 | 0.46 | 0.79 | 345.45 | 0.44 | 0.15 |
| Hex | 36 | 15 | 1D | 0 | 3D | 2E | 4F | 159 | 2C | F |
| Octal | 66 | 25 | 35 | 0 | 75 | 56 | 117 | 531 | 54 | 17 |
| Binary | 110110 | 10101 | 11101 | 0 | 111101 | 101110 | 1001111 | 101011001 | 101100 | 1111 |
Color Harmonies of #36151D
Complementary color
Monochromatic Colors of #36151D
Black with #36151D
Text Example
Text Example
White with #36151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36151D; }
p { color: rgb(54,21,29); }
H1.HeaderClassName
{
color: #36151D;
}
.AnyTagClassName
{
color: #36151D;
}
</style>
background-color css
<style>
a { background-color: #36151D; }
a { background-color: rgb(54,21,29); }
div.DivClassName
{
background-color: #36151D;
}
.BgClassName
{
background-color: #36151D;
}
</style>
border-color css
<style>
span { border-color: #36151D; }
span { border-color: rgb(54,21,29); }
td.TdClassName
{
border-color: #36151D;
}
.TagClassName
{
border-color: #36151D;
}
</style>