Shades of Rustic Red #360C1A
Tints of Rustic Red #360C1A
RGB
CMYK
RGB Variations
Color information
#360C1A (or 0x360C1A) is known color: Rustic Red. HEX triplet: 36, 0C and 1A. RGB value is (54,12,26). Sum of RGB (Red+Green+Blue) = 54+12+26=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #360C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C1A is #C9F3E5. Grayscale: #1A1A1A. Windows color (decimal): -13235174 or 1707062. OLE color: 1707062.
HSL color Cylindrical-coordinate representation of color #360C1A: hue angle of 340º 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 #360C1A is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 26 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.79 |
| HSL | 340º | 0.64% | 0.13% | - |
| HSV(B) | 340º | 0.78% | 0.21% | - |
| XYZ | 1.84 | 1.12 | 1.1 | - |
| YUV | 26.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 26 | 0 | 0.78 | 0.52 | 0.79 | 340 | 0.64 | 0.13 |
| Hex | 36 | C | 1A | 0 | 4E | 34 | 4F | 154 | 40 | D |
| Octal | 66 | 14 | 32 | 0 | 116 | 64 | 117 | 524 | 100 | 15 |
| Binary | 110110 | 1100 | 11010 | 0 | 1001110 | 110100 | 1001111 | 101010100 | 1000000 | 1101 |
Color Harmonies of #360C1A
Complementary color
Monochromatic Colors of #360C1A
Black with #360C1A
Text Example
Text Example
White with #360C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C1A; }
p { color: rgb(54,12,26); }
H1.HeaderClassName
{
color: #360C1A;
}
.AnyTagClassName
{
color: #360C1A;
}
</style>
background-color css
<style>
a { background-color: #360C1A; }
a { background-color: rgb(54,12,26); }
div.DivClassName
{
background-color: #360C1A;
}
.BgClassName
{
background-color: #360C1A;
}
</style>
border-color css
<style>
span { border-color: #360C1A; }
span { border-color: rgb(54,12,26); }
td.TdClassName
{
border-color: #360C1A;
}
.TagClassName
{
border-color: #360C1A;
}
</style>