Shades of Rustic Red #360C0D
Tints of Rustic Red #360C0D
RGB
CMYK
RGB Variations
Color information
#360C0D (or 0x360C0D) is known color: Rustic Red. HEX triplet: 36, 0C and 0D. RGB value is (54,12,13). Sum of RGB (Red+Green+Blue) = 54+12+13=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #360C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C0D is #C9F3F2. Grayscale: #181818. Windows color (decimal): -13235187 or 855094. OLE color: 855094.
HSL color Cylindrical-coordinate representation of color #360C0D: hue angle of 358.57º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360C0D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 13 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.79 |
| HSL | 358.57º | 0.64% | 0.13% | - |
| HSV(B) | 358.57º | 0.78% | 0.21% | - |
| XYZ | 1.73 | 1.08 | 0.5 | - |
| YUV | 24.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 13 | 0 | 0.78 | 0.76 | 0.79 | 358.57 | 0.64 | 0.13 |
| Hex | 36 | C | D | 0 | 4E | 4C | 4F | 167 | 40 | D |
| Octal | 66 | 14 | 15 | 0 | 116 | 114 | 117 | 547 | 100 | 15 |
| Binary | 110110 | 1100 | 1101 | 0 | 1001110 | 1001100 | 1001111 | 101100111 | 1000000 | 1101 |
Color Harmonies of #360C0D
Complementary color
Monochromatic Colors of #360C0D
Black with #360C0D
Text Example
Text Example
White with #360C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C0D; }
p { color: rgb(54,12,13); }
H1.HeaderClassName
{
color: #360C0D;
}
.AnyTagClassName
{
color: #360C0D;
}
</style>
background-color css
<style>
a { background-color: #360C0D; }
a { background-color: rgb(54,12,13); }
div.DivClassName
{
background-color: #360C0D;
}
.BgClassName
{
background-color: #360C0D;
}
</style>
border-color css
<style>
span { border-color: #360C0D; }
span { border-color: rgb(54,12,13); }
td.TdClassName
{
border-color: #360C0D;
}
.TagClassName
{
border-color: #360C0D;
}
</style>