Shades of Rustic Red #36080B
Tints of Rustic Red #36080B
RGB
CMYK
RGB Variations
Color information
#36080B (or 0x36080B) is known color: Rustic Red. HEX triplet: 36, 08 and 0B. RGB value is (54,8,11). Sum of RGB (Red+Green+Blue) = 54+8+11=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #36080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36080B is #C9F7F4. Grayscale: #161616. Windows color (decimal): -13236213 or 722998. OLE color: 722998.
HSL color Cylindrical-coordinate representation of color #36080B: hue angle of 356.09º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #36080B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 11 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.79 |
| HSL | 356.09º | 0.74% | 0.12% | - |
| HSV(B) | 356.09º | 0.85% | 0.21% | - |
| XYZ | 1.67 | 0.98 | 0.42 | - |
| YUV | 22.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 11 | 0 | 0.85 | 0.80 | 0.79 | 356.09 | 0.74 | 0.12 |
| Hex | 36 | 8 | B | 0 | 55 | 50 | 4F | 164 | 4A | C |
| Octal | 66 | 10 | 13 | 0 | 125 | 120 | 117 | 544 | 112 | 14 |
| Binary | 110110 | 1000 | 1011 | 0 | 1010101 | 1010000 | 1001111 | 101100100 | 1001010 | 1100 |
Color Harmonies of #36080B
Complementary color
Monochromatic Colors of #36080B
Black with #36080B
Text Example
Text Example
White with #36080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36080B; }
p { color: rgb(54,8,11); }
H1.HeaderClassName
{
color: #36080B;
}
.AnyTagClassName
{
color: #36080B;
}
</style>
background-color css
<style>
a { background-color: #36080B; }
a { background-color: rgb(54,8,11); }
div.DivClassName
{
background-color: #36080B;
}
.BgClassName
{
background-color: #36080B;
}
</style>
border-color css
<style>
span { border-color: #36080B; }
span { border-color: rgb(54,8,11); }
td.TdClassName
{
border-color: #36080B;
}
.TagClassName
{
border-color: #36080B;
}
</style>