Shades of Rustic Red #360B0F
Tints of Rustic Red #360B0F
RGB
CMYK
RGB Variations
Color information
#360B0F (or 0x360B0F) is known color: Rustic Red. HEX triplet: 36, 0B and 0F. RGB value is (54,11,15). Sum of RGB (Red+Green+Blue) = 54+11+15=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #360B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B0F is #C9F4F0. Grayscale: #181818. Windows color (decimal): -13235441 or 985910. OLE color: 985910.
HSL color Cylindrical-coordinate representation of color #360B0F: hue angle of 354.42º 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 #360B0F is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 15 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.79 |
| HSL | 354.42º | 0.66% | 0.13% | - |
| HSV(B) | 354.42º | 0.8% | 0.21% | - |
| XYZ | 1.73 | 1.06 | 0.57 | - |
| YUV | 24.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 15 | 0 | 0.80 | 0.72 | 0.79 | 354.42 | 0.66 | 0.13 |
| Hex | 36 | B | F | 0 | 50 | 48 | 4F | 162 | 42 | D |
| Octal | 66 | 13 | 17 | 0 | 120 | 110 | 117 | 542 | 102 | 15 |
| Binary | 110110 | 1011 | 1111 | 0 | 1010000 | 1001000 | 1001111 | 101100010 | 1000010 | 1101 |
Color Harmonies of #360B0F
Complementary color
Monochromatic Colors of #360B0F
Black with #360B0F
Text Example
Text Example
White with #360B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B0F; }
p { color: rgb(54,11,15); }
H1.HeaderClassName
{
color: #360B0F;
}
.AnyTagClassName
{
color: #360B0F;
}
</style>
background-color css
<style>
a { background-color: #360B0F; }
a { background-color: rgb(54,11,15); }
div.DivClassName
{
background-color: #360B0F;
}
.BgClassName
{
background-color: #360B0F;
}
</style>
border-color css
<style>
span { border-color: #360B0F; }
span { border-color: rgb(54,11,15); }
td.TdClassName
{
border-color: #360B0F;
}
.TagClassName
{
border-color: #360B0F;
}
</style>