Shades of Rustic Red #360310
Tints of Rustic Red #360310
RGB
CMYK
RGB Variations
Color information
#360310 (or 0x360310) is known color: Rustic Red. HEX triplet: 36, 03 and 10. RGB value is (54,3,16). Sum of RGB (Red+Green+Blue) = 54+3+16=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #360310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360310 is #C9FCEF. Grayscale: #131313. Windows color (decimal): -13237488 or 1049398. OLE color: 1049398.
HSL color Cylindrical-coordinate representation of color #360310: hue angle of 344.71º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360310 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 16 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.79 |
| HSL | 344.71º | 0.89% | 0.11% | - |
| HSV(B) | 344.71º | 0.94% | 0.21% | - |
| XYZ | 1.65 | 0.89 | 0.57 | - |
| YUV | 19.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 16 | 0 | 0.94 | 0.70 | 0.79 | 344.71 | 0.89 | 0.11 |
| Hex | 36 | 3 | 10 | 0 | 5E | 46 | 4F | 159 | 59 | B |
| Octal | 66 | 3 | 20 | 0 | 136 | 106 | 117 | 531 | 131 | 13 |
| Binary | 110110 | 11 | 10000 | 0 | 1011110 | 1000110 | 1001111 | 101011001 | 1011001 | 1011 |
Color Harmonies of #360310
Complementary color
Monochromatic Colors of #360310
Black with #360310
Text Example
Text Example
White with #360310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360310; }
p { color: rgb(54,3,16); }
H1.HeaderClassName
{
color: #360310;
}
.AnyTagClassName
{
color: #360310;
}
</style>
background-color css
<style>
a { background-color: #360310; }
a { background-color: rgb(54,3,16); }
div.DivClassName
{
background-color: #360310;
}
.BgClassName
{
background-color: #360310;
}
</style>
border-color css
<style>
span { border-color: #360310; }
span { border-color: rgb(54,3,16); }
td.TdClassName
{
border-color: #360310;
}
.TagClassName
{
border-color: #360310;
}
</style>