Shades of Rustic Red #360305
Tints of Rustic Red #360305
RGB
CMYK
RGB Variations
Color information
#360305 (or 0x360305) is known color: Rustic Red. HEX triplet: 36, 03 and 05. RGB value is (54,3,5). Sum of RGB (Red+Green+Blue) = 54+3+5=62 (8% of max value = 765). Red value is 54 (21.48% from 255 or 87.10% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 54 - color contains mainly: red. Hex color #360305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360305 is #C9FCFA. Grayscale: #121212. Windows color (decimal): -13237499 or 328502. OLE color: 328502.
HSL color Cylindrical-coordinate representation of color #360305: hue angle of 357.65º 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 #360305 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 5 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.79 |
| HSL | 357.65º | 0.89% | 0.11% | - |
| HSV(B) | 357.65º | 0.94% | 0.21% | - |
| XYZ | 1.58 | 0.86 | 0.23 | - |
| YUV | 18.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 5 | 0 | 0.94 | 0.91 | 0.79 | 357.65 | 0.89 | 0.11 |
| Hex | 36 | 3 | 5 | 0 | 5E | 5B | 4F | 166 | 59 | B |
| Octal | 66 | 3 | 5 | 0 | 136 | 133 | 117 | 546 | 131 | 13 |
| Binary | 110110 | 11 | 101 | 0 | 1011110 | 1011011 | 1001111 | 101100110 | 1011001 | 1011 |
Color Harmonies of #360305
Complementary color
Monochromatic Colors of #360305
Black with #360305
Text Example
Text Example
White with #360305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360305; }
p { color: rgb(54,3,5); }
H1.HeaderClassName
{
color: #360305;
}
.AnyTagClassName
{
color: #360305;
}
</style>
background-color css
<style>
a { background-color: #360305; }
a { background-color: rgb(54,3,5); }
div.DivClassName
{
background-color: #360305;
}
.BgClassName
{
background-color: #360305;
}
</style>
border-color css
<style>
span { border-color: #360305; }
span { border-color: rgb(54,3,5); }
td.TdClassName
{
border-color: #360305;
}
.TagClassName
{
border-color: #360305;
}
</style>