Shades of Rustic Red #360F1B
Tints of Rustic Red #360F1B
RGB
CMYK
RGB Variations
Color information
#360F1B (or 0x360F1B) is known color: Rustic Red. HEX triplet: 36, 0F and 1B. RGB value is (54,15,27). Sum of RGB (Red+Green+Blue) = 54+15+27=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #360F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360F1B is #C9F0E4. Grayscale: #1C1C1C. Windows color (decimal): -13234405 or 1773366. OLE color: 1773366.
HSL color Cylindrical-coordinate representation of color #360F1B: hue angle of 341.54º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #360F1B is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 15 | 27 | - |
| CMYK | 0 | 0.72 | 0.5 | 0.79 |
| HSL | 341.54º | 0.57% | 0.14% | - |
| HSV(B) | 341.54º | 0.72% | 0.21% | - |
| XYZ | 1.89 | 1.21 | 1.17 | - |
| YUV | 28.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 27 | 0 | 0.72 | 0.5 | 0.79 | 341.54 | 0.57 | 0.14 |
| Hex | 36 | F | 1B | 0 | 48 | 32 | 4F | 156 | 39 | E |
| Octal | 66 | 17 | 33 | 0 | 110 | 62 | 117 | 526 | 71 | 16 |
| Binary | 110110 | 1111 | 11011 | 0 | 1001000 | 110010 | 1001111 | 101010110 | 111001 | 1110 |
Color Harmonies of #360F1B
Complementary color
Monochromatic Colors of #360F1B
Black with #360F1B
Text Example
Text Example
White with #360F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F1B; }
p { color: rgb(54,15,27); }
H1.HeaderClassName
{
color: #360F1B;
}
.AnyTagClassName
{
color: #360F1B;
}
</style>
background-color css
<style>
a { background-color: #360F1B; }
a { background-color: rgb(54,15,27); }
div.DivClassName
{
background-color: #360F1B;
}
.BgClassName
{
background-color: #360F1B;
}
</style>
border-color css
<style>
span { border-color: #360F1B; }
span { border-color: rgb(54,15,27); }
td.TdClassName
{
border-color: #360F1B;
}
.TagClassName
{
border-color: #360F1B;
}
</style>