Shades of Rustic Red #36040F
Tints of Rustic Red #36040F
RGB
CMYK
RGB Variations
Color information
#36040F (or 0x36040F) is known color: Rustic Red. HEX triplet: 36, 04 and 0F. RGB value is (54,4,15). Sum of RGB (Red+Green+Blue) = 54+4+15=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #36040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36040F is #C9FBF0. Grayscale: #141414. Windows color (decimal): -13237233 or 984118. OLE color: 984118.
HSL color Cylindrical-coordinate representation of color #36040F: hue angle of 346.8º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36040F is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 4 | 15 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.79 |
| HSL | 346.8º | 0.86% | 0.11% | - |
| HSV(B) | 346.8º | 0.93% | 0.21% | - |
| XYZ | 1.65 | 0.91 | 0.54 | - |
| YUV | 20.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 15 | 0 | 0.93 | 0.72 | 0.79 | 346.8 | 0.86 | 0.11 |
| Hex | 36 | 4 | F | 0 | 5D | 48 | 4F | 15B | 56 | B |
| Octal | 66 | 4 | 17 | 0 | 135 | 110 | 117 | 533 | 126 | 13 |
| Binary | 110110 | 100 | 1111 | 0 | 1011101 | 1001000 | 1001111 | 101011011 | 1010110 | 1011 |
Color Harmonies of #36040F
Complementary color
Monochromatic Colors of #36040F
Black with #36040F
Text Example
Text Example
White with #36040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36040F; }
p { color: rgb(54,4,15); }
H1.HeaderClassName
{
color: #36040F;
}
.AnyTagClassName
{
color: #36040F;
}
</style>
background-color css
<style>
a { background-color: #36040F; }
a { background-color: rgb(54,4,15); }
div.DivClassName
{
background-color: #36040F;
}
.BgClassName
{
background-color: #36040F;
}
</style>
border-color css
<style>
span { border-color: #36040F; }
span { border-color: rgb(54,4,15); }
td.TdClassName
{
border-color: #36040F;
}
.TagClassName
{
border-color: #36040F;
}
</style>