Shades of Rustic Red #360E0F
Tints of Rustic Red #360E0F
RGB
CMYK
RGB Variations
Color information
#360E0F (or 0x360E0F) is known color: Rustic Red. HEX triplet: 36, 0E and 0F. RGB value is (54,14,15). Sum of RGB (Red+Green+Blue) = 54+14+15=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #360E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360E0F is #C9F1F0. Grayscale: #1A1A1A. Windows color (decimal): -13234673 or 986678. OLE color: 986678.
HSL color Cylindrical-coordinate representation of color #360E0F: hue angle of 358.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 #360E0F is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 15 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.79 |
| HSL | 358.5º | 0.59% | 0.13% | - |
| HSV(B) | 358.5º | 0.74% | 0.21% | - |
| XYZ | 1.76 | 1.13 | 0.58 | - |
| YUV | 26.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 15 | 0 | 0.74 | 0.72 | 0.79 | 358.5 | 0.59 | 0.13 |
| Hex | 36 | E | F | 0 | 4A | 48 | 4F | 166 | 3B | D |
| Octal | 66 | 16 | 17 | 0 | 112 | 110 | 117 | 546 | 73 | 15 |
| Binary | 110110 | 1110 | 1111 | 0 | 1001010 | 1001000 | 1001111 | 101100110 | 111011 | 1101 |
Color Harmonies of #360E0F
Complementary color
Monochromatic Colors of #360E0F
Black with #360E0F
Text Example
Text Example
White with #360E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E0F; }
p { color: rgb(54,14,15); }
H1.HeaderClassName
{
color: #360E0F;
}
.AnyTagClassName
{
color: #360E0F;
}
</style>
background-color css
<style>
a { background-color: #360E0F; }
a { background-color: rgb(54,14,15); }
div.DivClassName
{
background-color: #360E0F;
}
.BgClassName
{
background-color: #360E0F;
}
</style>
border-color css
<style>
span { border-color: #360E0F; }
span { border-color: rgb(54,14,15); }
td.TdClassName
{
border-color: #360E0F;
}
.TagClassName
{
border-color: #360E0F;
}
</style>