Shades of Rustic Red #360409
Tints of Rustic Red #360409
RGB
CMYK
RGB Variations
Color information
#360409 (or 0x360409) is known color: Rustic Red. HEX triplet: 36, 04 and 09. RGB value is (54,4,9). Sum of RGB (Red+Green+Blue) = 54+4+9=67 (8% of max value = 765). Red value is 54 (21.48% from 255 or 80.60% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 54 - color contains mainly: red. Hex color #360409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360409 is #C9FBF6. Grayscale: #131313. Windows color (decimal): -13237239 or 590902. OLE color: 590902.
HSL color Cylindrical-coordinate representation of color #360409: hue angle of 354º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360409 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 4 | 9 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.79 |
| HSL | 354º | 0.86% | 0.11% | - |
| HSV(B) | 354º | 0.93% | 0.21% | - |
| XYZ | 1.61 | 0.89 | 0.35 | - |
| YUV | 19.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 9 | 0 | 0.93 | 0.83 | 0.79 | 354 | 0.86 | 0.11 |
| Hex | 36 | 4 | 9 | 0 | 5D | 53 | 4F | 162 | 56 | B |
| Octal | 66 | 4 | 11 | 0 | 135 | 123 | 117 | 542 | 126 | 13 |
| Binary | 110110 | 100 | 1001 | 0 | 1011101 | 1010011 | 1001111 | 101100010 | 1010110 | 1011 |
Color Harmonies of #360409
Complementary color
Monochromatic Colors of #360409
Black with #360409
Text Example
Text Example
White with #360409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360409; }
p { color: rgb(54,4,9); }
H1.HeaderClassName
{
color: #360409;
}
.AnyTagClassName
{
color: #360409;
}
</style>
background-color css
<style>
a { background-color: #360409; }
a { background-color: rgb(54,4,9); }
div.DivClassName
{
background-color: #360409;
}
.BgClassName
{
background-color: #360409;
}
</style>
border-color css
<style>
span { border-color: #360409; }
span { border-color: rgb(54,4,9); }
td.TdClassName
{
border-color: #360409;
}
.TagClassName
{
border-color: #360409;
}
</style>