Shades of Rustic Red #360E1A
Tints of Rustic Red #360E1A
RGB
CMYK
RGB Variations
Color information
#360E1A (or 0x360E1A) is known color: Rustic Red. HEX triplet: 36, 0E and 1A. RGB value is (54,14,26). Sum of RGB (Red+Green+Blue) = 54+14+26=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #360E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E1A is #C9F1E5. Grayscale: #1B1B1B. Windows color (decimal): -13234662 or 1707574. OLE color: 1707574.
HSL color Cylindrical-coordinate representation of color #360E1A: hue angle of 342º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #360E1A is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 26 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.79 |
| HSL | 342º | 0.59% | 0.13% | - |
| HSV(B) | 342º | 0.74% | 0.21% | - |
| XYZ | 1.86 | 1.17 | 1.11 | - |
| YUV | 27.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 26 | 0 | 0.74 | 0.52 | 0.79 | 342 | 0.59 | 0.13 |
| Hex | 36 | E | 1A | 0 | 4A | 34 | 4F | 156 | 3B | D |
| Octal | 66 | 16 | 32 | 0 | 112 | 64 | 117 | 526 | 73 | 15 |
| Binary | 110110 | 1110 | 11010 | 0 | 1001010 | 110100 | 1001111 | 101010110 | 111011 | 1101 |
Color Harmonies of #360E1A
Complementary color
Monochromatic Colors of #360E1A
Black with #360E1A
Text Example
Text Example
White with #360E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E1A; }
p { color: rgb(54,14,26); }
H1.HeaderClassName
{
color: #360E1A;
}
.AnyTagClassName
{
color: #360E1A;
}
</style>
background-color css
<style>
a { background-color: #360E1A; }
a { background-color: rgb(54,14,26); }
div.DivClassName
{
background-color: #360E1A;
}
.BgClassName
{
background-color: #360E1A;
}
</style>
border-color css
<style>
span { border-color: #360E1A; }
span { border-color: rgb(54,14,26); }
td.TdClassName
{
border-color: #360E1A;
}
.TagClassName
{
border-color: #360E1A;
}
</style>