Shades of Rustic Red #360B15
Tints of Rustic Red #360B15
RGB
CMYK
RGB Variations
Color information
#360B15 (or 0x360B15) is known color: Rustic Red. HEX triplet: 36, 0B and 15. RGB value is (54,11,21). Sum of RGB (Red+Green+Blue) = 54+11+21=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #360B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B15 is #C9F4EA. Grayscale: #181818. Windows color (decimal): -13235435 or 1379126. OLE color: 1379126.
HSL color Cylindrical-coordinate representation of color #360B15: hue angle of 346.05º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360B15 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 21 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.79 |
| HSL | 346.05º | 0.66% | 0.13% | - |
| HSV(B) | 346.05º | 0.8% | 0.21% | - |
| XYZ | 1.78 | 1.08 | 0.82 | - |
| YUV | 25 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 21 | 0 | 0.80 | 0.61 | 0.79 | 346.05 | 0.66 | 0.13 |
| Hex | 36 | B | 15 | 0 | 50 | 3D | 4F | 15A | 42 | D |
| Octal | 66 | 13 | 25 | 0 | 120 | 75 | 117 | 532 | 102 | 15 |
| Binary | 110110 | 1011 | 10101 | 0 | 1010000 | 111101 | 1001111 | 101011010 | 1000010 | 1101 |
Color Harmonies of #360B15
Complementary color
Monochromatic Colors of #360B15
Black with #360B15
Text Example
Text Example
White with #360B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B15; }
p { color: rgb(54,11,21); }
H1.HeaderClassName
{
color: #360B15;
}
.AnyTagClassName
{
color: #360B15;
}
</style>
background-color css
<style>
a { background-color: #360B15; }
a { background-color: rgb(54,11,21); }
div.DivClassName
{
background-color: #360B15;
}
.BgClassName
{
background-color: #360B15;
}
</style>
border-color css
<style>
span { border-color: #360B15; }
span { border-color: rgb(54,11,21); }
td.TdClassName
{
border-color: #360B15;
}
.TagClassName
{
border-color: #360B15;
}
</style>