Shades of Rustic Red #360D1B
Tints of Rustic Red #360D1B
RGB
CMYK
RGB Variations
Color information
#360D1B (or 0x360D1B) is known color: Rustic Red. HEX triplet: 36, 0D and 1B. RGB value is (54,13,27). Sum of RGB (Red+Green+Blue) = 54+13+27=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #360D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D1B is #C9F2E4. Grayscale: #1A1A1A. Windows color (decimal): -13234917 or 1772854. OLE color: 1772854.
HSL color Cylindrical-coordinate representation of color #360D1B: hue angle of 339.51º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #360D1B is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 27 | - |
| CMYK | 0 | 0.76 | 0.5 | 0.79 |
| HSL | 339.51º | 0.61% | 0.13% | - |
| HSV(B) | 339.51º | 0.76% | 0.21% | - |
| XYZ | 1.86 | 1.15 | 1.16 | - |
| YUV | 26.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 27 | 0 | 0.76 | 0.5 | 0.79 | 339.51 | 0.61 | 0.13 |
| Hex | 36 | D | 1B | 0 | 4C | 32 | 4F | 154 | 3D | D |
| Octal | 66 | 15 | 33 | 0 | 114 | 62 | 117 | 524 | 75 | 15 |
| Binary | 110110 | 1101 | 11011 | 0 | 1001100 | 110010 | 1001111 | 101010100 | 111101 | 1101 |
Color Harmonies of #360D1B
Complementary color
Monochromatic Colors of #360D1B
Black with #360D1B
Text Example
Text Example
White with #360D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D1B; }
p { color: rgb(54,13,27); }
H1.HeaderClassName
{
color: #360D1B;
}
.AnyTagClassName
{
color: #360D1B;
}
</style>
background-color css
<style>
a { background-color: #360D1B; }
a { background-color: rgb(54,13,27); }
div.DivClassName
{
background-color: #360D1B;
}
.BgClassName
{
background-color: #360D1B;
}
</style>
border-color css
<style>
span { border-color: #360D1B; }
span { border-color: rgb(54,13,27); }
td.TdClassName
{
border-color: #360D1B;
}
.TagClassName
{
border-color: #360D1B;
}
</style>