Shades of Rustic Red #360B13
Tints of Rustic Red #360B13
RGB
CMYK
RGB Variations
Color information
#360B13 (or 0x360B13) is known color: Rustic Red. HEX triplet: 36, 0B and 13. RGB value is (54,11,19). Sum of RGB (Red+Green+Blue) = 54+11+19=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #360B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B13 is #C9F4EC. Grayscale: #181818. Windows color (decimal): -13235437 or 1248054. OLE color: 1248054.
HSL color Cylindrical-coordinate representation of color #360B13: hue angle of 348.84º 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 #360B13 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 19 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.79 |
| HSL | 348.84º | 0.66% | 0.13% | - |
| HSV(B) | 348.84º | 0.8% | 0.21% | - |
| XYZ | 1.76 | 1.07 | 0.73 | - |
| YUV | 24.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 19 | 0 | 0.80 | 0.65 | 0.79 | 348.84 | 0.66 | 0.13 |
| Hex | 36 | B | 13 | 0 | 50 | 41 | 4F | 15D | 42 | D |
| Octal | 66 | 13 | 23 | 0 | 120 | 101 | 117 | 535 | 102 | 15 |
| Binary | 110110 | 1011 | 10011 | 0 | 1010000 | 1000001 | 1001111 | 101011101 | 1000010 | 1101 |
Color Harmonies of #360B13
Complementary color
Monochromatic Colors of #360B13
Black with #360B13
Text Example
Text Example
White with #360B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B13; }
p { color: rgb(54,11,19); }
H1.HeaderClassName
{
color: #360B13;
}
.AnyTagClassName
{
color: #360B13;
}
</style>
background-color css
<style>
a { background-color: #360B13; }
a { background-color: rgb(54,11,19); }
div.DivClassName
{
background-color: #360B13;
}
.BgClassName
{
background-color: #360B13;
}
</style>
border-color css
<style>
span { border-color: #360B13; }
span { border-color: rgb(54,11,19); }
td.TdClassName
{
border-color: #360B13;
}
.TagClassName
{
border-color: #360B13;
}
</style>