Shades of Rustic Red #361E1F
Tints of Rustic Red #361E1F
RGB
CMYK
RGB Variations
Color information
#361E1F (or 0x361E1F) is known color: Rustic Red. HEX triplet: 36, 1E and 1F. RGB value is (54,30,31). Sum of RGB (Red+Green+Blue) = 54+30+31=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #361E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E1F is #C9E1E0. Grayscale: #252525. Windows color (decimal): -13230561 or 2039350. OLE color: 2039350.
HSL color Cylindrical-coordinate representation of color #361E1F: hue angle of 357.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #361E1F is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 30 | 31 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.79 |
| HSL | 357.5º | 0.29% | 0.16% | - |
| HSV(B) | 357.5º | 0.44% | 0.21% | - |
| XYZ | 2.23 | 1.81 | 1.53 | - |
| YUV | 37.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 31 | 0 | 0.44 | 0.43 | 0.79 | 357.5 | 0.29 | 0.16 |
| Hex | 36 | 1E | 1F | 0 | 2C | 2B | 4F | 166 | 1D | 10 |
| Octal | 66 | 36 | 37 | 0 | 54 | 53 | 117 | 546 | 35 | 20 |
| Binary | 110110 | 11110 | 11111 | 0 | 101100 | 101011 | 1001111 | 101100110 | 11101 | 10000 |
Color Harmonies of #361E1F
Complementary color
Monochromatic Colors of #361E1F
Black with #361E1F
Text Example
Text Example
White with #361E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E1F; }
p { color: rgb(54,30,31); }
H1.HeaderClassName
{
color: #361E1F;
}
.AnyTagClassName
{
color: #361E1F;
}
</style>
background-color css
<style>
a { background-color: #361E1F; }
a { background-color: rgb(54,30,31); }
div.DivClassName
{
background-color: #361E1F;
}
.BgClassName
{
background-color: #361E1F;
}
</style>
border-color css
<style>
span { border-color: #361E1F; }
span { border-color: rgb(54,30,31); }
td.TdClassName
{
border-color: #361E1F;
}
.TagClassName
{
border-color: #361E1F;
}
</style>