Shades of Rustic Red #360309
Tints of Rustic Red #360309
RGB
CMYK
RGB Variations
Color information
#360309 (or 0x360309) is known color: Rustic Red. HEX triplet: 36, 03 and 09. RGB value is (54,3,9). Sum of RGB (Red+Green+Blue) = 54+3+9=66 (8% of max value = 765). Red value is 54 (21.48% from 255 or 81.82% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 54 - color contains mainly: red. Hex color #360309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360309 is #C9FCF6. Grayscale: #121212. Windows color (decimal): -13237495 or 590646. OLE color: 590646.
HSL color Cylindrical-coordinate representation of color #360309: hue angle of 352.94º 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 #360309 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 9 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.79 |
| HSL | 352.94º | 0.89% | 0.11% | - |
| HSV(B) | 352.94º | 0.94% | 0.21% | - |
| XYZ | 1.6 | 0.87 | 0.34 | - |
| YUV | 18.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 9 | 0 | 0.94 | 0.83 | 0.79 | 352.94 | 0.89 | 0.11 |
| Hex | 36 | 3 | 9 | 0 | 5E | 53 | 4F | 161 | 59 | B |
| Octal | 66 | 3 | 11 | 0 | 136 | 123 | 117 | 541 | 131 | 13 |
| Binary | 110110 | 11 | 1001 | 0 | 1011110 | 1010011 | 1001111 | 101100001 | 1011001 | 1011 |
Color Harmonies of #360309
Complementary color
Monochromatic Colors of #360309
Black with #360309
Text Example
Text Example
White with #360309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360309; }
p { color: rgb(54,3,9); }
H1.HeaderClassName
{
color: #360309;
}
.AnyTagClassName
{
color: #360309;
}
</style>
background-color css
<style>
a { background-color: #360309; }
a { background-color: rgb(54,3,9); }
div.DivClassName
{
background-color: #360309;
}
.BgClassName
{
background-color: #360309;
}
</style>
border-color css
<style>
span { border-color: #360309; }
span { border-color: rgb(54,3,9); }
td.TdClassName
{
border-color: #360309;
}
.TagClassName
{
border-color: #360309;
}
</style>