Shades of Rustic Red #360917
Tints of Rustic Red #360917
RGB
CMYK
RGB Variations
Color information
#360917 (or 0x360917) is known color: Rustic Red. HEX triplet: 36, 09 and 17. RGB value is (54,9,23). Sum of RGB (Red+Green+Blue) = 54+9+23=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #360917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360917 is #C9F6E8. Grayscale: #181818. Windows color (decimal): -13235945 or 1509686. OLE color: 1509686.
HSL color Cylindrical-coordinate representation of color #360917: hue angle of 341.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 #360917 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 9 | 23 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.79 |
| HSL | 341.33º | 0.71% | 0.12% | - |
| HSV(B) | 341.33º | 0.83% | 0.21% | - |
| XYZ | 1.77 | 1.04 | 0.92 | - |
| YUV | 24.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 23 | 0 | 0.83 | 0.57 | 0.79 | 341.33 | 0.71 | 0.12 |
| Hex | 36 | 9 | 17 | 0 | 53 | 39 | 4F | 155 | 47 | C |
| Octal | 66 | 11 | 27 | 0 | 123 | 71 | 117 | 525 | 107 | 14 |
| Binary | 110110 | 1001 | 10111 | 0 | 1010011 | 111001 | 1001111 | 101010101 | 1000111 | 1100 |
Color Harmonies of #360917
Complementary color
Monochromatic Colors of #360917
Black with #360917
Text Example
Text Example
White with #360917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360917; }
p { color: rgb(54,9,23); }
H1.HeaderClassName
{
color: #360917;
}
.AnyTagClassName
{
color: #360917;
}
</style>
background-color css
<style>
a { background-color: #360917; }
a { background-color: rgb(54,9,23); }
div.DivClassName
{
background-color: #360917;
}
.BgClassName
{
background-color: #360917;
}
</style>
border-color css
<style>
span { border-color: #360917; }
span { border-color: rgb(54,9,23); }
td.TdClassName
{
border-color: #360917;
}
.TagClassName
{
border-color: #360917;
}
</style>