Shades of Rustic Red #360C10
Tints of Rustic Red #360C10
RGB
CMYK
RGB Variations
Color information
#360C10 (or 0x360C10) is known color: Rustic Red. HEX triplet: 36, 0C and 10. RGB value is (54,12,16). Sum of RGB (Red+Green+Blue) = 54+12+16=82 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.85% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 54 - color contains mainly: red. Hex color #360C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360C10 is #C9F3EF. Grayscale: #191919. Windows color (decimal): -13235184 or 1051702. OLE color: 1051702.
HSL color Cylindrical-coordinate representation of color #360C10: hue angle of 354.29º 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 #360C10 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 16 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.79 |
| HSL | 354.29º | 0.64% | 0.13% | - |
| HSV(B) | 354.29º | 0.78% | 0.21% | - |
| XYZ | 1.75 | 1.08 | 0.61 | - |
| YUV | 25.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 16 | 0 | 0.78 | 0.70 | 0.79 | 354.29 | 0.64 | 0.13 |
| Hex | 36 | C | 10 | 0 | 4E | 46 | 4F | 162 | 40 | D |
| Octal | 66 | 14 | 20 | 0 | 116 | 106 | 117 | 542 | 100 | 15 |
| Binary | 110110 | 1100 | 10000 | 0 | 1001110 | 1000110 | 1001111 | 101100010 | 1000000 | 1101 |
Color Harmonies of #360C10
Complementary color
Monochromatic Colors of #360C10
Black with #360C10
Text Example
Text Example
White with #360C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C10; }
p { color: rgb(54,12,16); }
H1.HeaderClassName
{
color: #360C10;
}
.AnyTagClassName
{
color: #360C10;
}
</style>
background-color css
<style>
a { background-color: #360C10; }
a { background-color: rgb(54,12,16); }
div.DivClassName
{
background-color: #360C10;
}
.BgClassName
{
background-color: #360C10;
}
</style>
border-color css
<style>
span { border-color: #360C10; }
span { border-color: rgb(54,12,16); }
td.TdClassName
{
border-color: #360C10;
}
.TagClassName
{
border-color: #360C10;
}
</style>