Shades of Rustic Red #360412
Tints of Rustic Red #360412
RGB
CMYK
RGB Variations
Color information
#360412 (or 0x360412) is known color: Rustic Red. HEX triplet: 36, 04 and 12. RGB value is (54,4,18). Sum of RGB (Red+Green+Blue) = 54+4+18=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #360412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360412 is #C9FBED. Grayscale: #141414. Windows color (decimal): -13237230 or 1180726. OLE color: 1180726.
HSL color Cylindrical-coordinate representation of color #360412: hue angle of 343.2º 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 #360412 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 4 | 18 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.79 |
| HSL | 343.2º | 0.86% | 0.11% | - |
| HSV(B) | 343.2º | 0.93% | 0.21% | - |
| XYZ | 1.67 | 0.91 | 0.66 | - |
| YUV | 20.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 18 | 0 | 0.93 | 0.67 | 0.79 | 343.2 | 0.86 | 0.11 |
| Hex | 36 | 4 | 12 | 0 | 5D | 43 | 4F | 157 | 56 | B |
| Octal | 66 | 4 | 22 | 0 | 135 | 103 | 117 | 527 | 126 | 13 |
| Binary | 110110 | 100 | 10010 | 0 | 1011101 | 1000011 | 1001111 | 101010111 | 1010110 | 1011 |
Color Harmonies of #360412
Complementary color
Monochromatic Colors of #360412
Black with #360412
Text Example
Text Example
White with #360412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360412; }
p { color: rgb(54,4,18); }
H1.HeaderClassName
{
color: #360412;
}
.AnyTagClassName
{
color: #360412;
}
</style>
background-color css
<style>
a { background-color: #360412; }
a { background-color: rgb(54,4,18); }
div.DivClassName
{
background-color: #360412;
}
.BgClassName
{
background-color: #360412;
}
</style>
border-color css
<style>
span { border-color: #360412; }
span { border-color: rgb(54,4,18); }
td.TdClassName
{
border-color: #360412;
}
.TagClassName
{
border-color: #360412;
}
</style>