Shades of Rustic Red #360914
Tints of Rustic Red #360914
RGB
CMYK
RGB Variations
Color information
#360914 (or 0x360914) is known color: Rustic Red. HEX triplet: 36, 09 and 14. RGB value is (54,9,20). Sum of RGB (Red+Green+Blue) = 54+9+20=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #360914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360914 is #C9F6EB. Grayscale: #171717. Windows color (decimal): -13235948 or 1313078. OLE color: 1313078.
HSL color Cylindrical-coordinate representation of color #360914: hue angle of 345.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #360914 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 9 | 20 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.79 |
| HSL | 345.33º | 0.71% | 0.12% | - |
| HSV(B) | 345.33º | 0.83% | 0.21% | - |
| XYZ | 1.75 | 1.03 | 0.77 | - |
| YUV | 23.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 20 | 0 | 0.83 | 0.63 | 0.79 | 345.33 | 0.71 | 0.12 |
| Hex | 36 | 9 | 14 | 0 | 53 | 3F | 4F | 159 | 47 | C |
| Octal | 66 | 11 | 24 | 0 | 123 | 77 | 117 | 531 | 107 | 14 |
| Binary | 110110 | 1001 | 10100 | 0 | 1010011 | 111111 | 1001111 | 101011001 | 1000111 | 1100 |
Color Harmonies of #360914
Complementary color
Monochromatic Colors of #360914
Black with #360914
Text Example
Text Example
White with #360914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360914; }
p { color: rgb(54,9,20); }
H1.HeaderClassName
{
color: #360914;
}
.AnyTagClassName
{
color: #360914;
}
</style>
background-color css
<style>
a { background-color: #360914; }
a { background-color: rgb(54,9,20); }
div.DivClassName
{
background-color: #360914;
}
.BgClassName
{
background-color: #360914;
}
</style>
border-color css
<style>
span { border-color: #360914; }
span { border-color: rgb(54,9,20); }
td.TdClassName
{
border-color: #360914;
}
.TagClassName
{
border-color: #360914;
}
</style>