Shades of Rustic Red #360E1B
Tints of Rustic Red #360E1B
RGB
CMYK
RGB Variations
Color information
#360E1B (or 0x360E1B) is known color: Rustic Red. HEX triplet: 36, 0E and 1B. RGB value is (54,14,27). Sum of RGB (Red+Green+Blue) = 54+14+27=95 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.84% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 54 - color contains mainly: red. Hex color #360E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E1B is #C9F1E4. Grayscale: #1B1B1B. Windows color (decimal): -13234661 or 1773110. OLE color: 1773110.
HSL color Cylindrical-coordinate representation of color #360E1B: hue angle of 340.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #360E1B is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 27 | - |
| CMYK | 0 | 0.74 | 0.5 | 0.79 |
| HSL | 340.5º | 0.59% | 0.13% | - |
| HSV(B) | 340.5º | 0.74% | 0.21% | - |
| XYZ | 1.88 | 1.18 | 1.17 | - |
| YUV | 27.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 27 | 0 | 0.74 | 0.5 | 0.79 | 340.5 | 0.59 | 0.13 |
| Hex | 36 | E | 1B | 0 | 4A | 32 | 4F | 154 | 3B | D |
| Octal | 66 | 16 | 33 | 0 | 112 | 62 | 117 | 524 | 73 | 15 |
| Binary | 110110 | 1110 | 11011 | 0 | 1001010 | 110010 | 1001111 | 101010100 | 111011 | 1101 |
Color Harmonies of #360E1B
Complementary color
Monochromatic Colors of #360E1B
Black with #360E1B
Text Example
Text Example
White with #360E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E1B; }
p { color: rgb(54,14,27); }
H1.HeaderClassName
{
color: #360E1B;
}
.AnyTagClassName
{
color: #360E1B;
}
</style>
background-color css
<style>
a { background-color: #360E1B; }
a { background-color: rgb(54,14,27); }
div.DivClassName
{
background-color: #360E1B;
}
.BgClassName
{
background-color: #360E1B;
}
</style>
border-color css
<style>
span { border-color: #360E1B; }
span { border-color: rgb(54,14,27); }
td.TdClassName
{
border-color: #360E1B;
}
.TagClassName
{
border-color: #360E1B;
}
</style>