Shades of Rustic Red #360306
Tints of Rustic Red #360306
RGB
CMYK
RGB Variations
Color information
#360306 (or 0x360306) is known color: Rustic Red. HEX triplet: 36, 03 and 06. RGB value is (54,3,6). Sum of RGB (Red+Green+Blue) = 54+3+6=63 (8% of max value = 765). Red value is 54 (21.48% from 255 or 85.71% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 54 - color contains mainly: red. Hex color #360306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360306 is #C9FCF9. Grayscale: #121212. Windows color (decimal): -13237498 or 394038. OLE color: 394038.
HSL color Cylindrical-coordinate representation of color #360306: hue angle of 356.47º 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 #360306 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 6 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.79 |
| HSL | 356.47º | 0.89% | 0.11% | - |
| HSV(B) | 356.47º | 0.94% | 0.21% | - |
| XYZ | 1.59 | 0.86 | 0.26 | - |
| YUV | 18.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 6 | 0 | 0.94 | 0.89 | 0.79 | 356.47 | 0.89 | 0.11 |
| Hex | 36 | 3 | 6 | 0 | 5E | 59 | 4F | 164 | 59 | B |
| Octal | 66 | 3 | 6 | 0 | 136 | 131 | 117 | 544 | 131 | 13 |
| Binary | 110110 | 11 | 110 | 0 | 1011110 | 1011001 | 1001111 | 101100100 | 1011001 | 1011 |
Color Harmonies of #360306
Complementary color
Monochromatic Colors of #360306
Black with #360306
Text Example
Text Example
White with #360306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360306; }
p { color: rgb(54,3,6); }
H1.HeaderClassName
{
color: #360306;
}
.AnyTagClassName
{
color: #360306;
}
</style>
background-color css
<style>
a { background-color: #360306; }
a { background-color: rgb(54,3,6); }
div.DivClassName
{
background-color: #360306;
}
.BgClassName
{
background-color: #360306;
}
</style>
border-color css
<style>
span { border-color: #360306; }
span { border-color: rgb(54,3,6); }
td.TdClassName
{
border-color: #360306;
}
.TagClassName
{
border-color: #360306;
}
</style>