Shades of Rustic Red #36131C
Tints of Rustic Red #36131C
RGB
CMYK
RGB Variations
Color information
#36131C (or 0x36131C) is known color: Rustic Red. HEX triplet: 36, 13 and 1C. RGB value is (54,19,28). Sum of RGB (Red+Green+Blue) = 54+19+28=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #36131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36131C is #C9ECE3. Grayscale: #1E1E1E. Windows color (decimal): -13233380 or 1839926. OLE color: 1839926.
HSL color Cylindrical-coordinate representation of color #36131C: hue angle of 344.57º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36131C is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 19 | 28 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.79 |
| HSL | 344.57º | 0.48% | 0.14% | - |
| HSV(B) | 344.57º | 0.65% | 0.21% | - |
| XYZ | 1.96 | 1.33 | 1.25 | - |
| YUV | 30.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 28 | 0 | 0.65 | 0.48 | 0.79 | 344.57 | 0.48 | 0.14 |
| Hex | 36 | 13 | 1C | 0 | 41 | 30 | 4F | 159 | 30 | E |
| Octal | 66 | 23 | 34 | 0 | 101 | 60 | 117 | 531 | 60 | 16 |
| Binary | 110110 | 10011 | 11100 | 0 | 1000001 | 110000 | 1001111 | 101011001 | 110000 | 1110 |
Color Harmonies of #36131C
Complementary color
Monochromatic Colors of #36131C
Black with #36131C
Text Example
Text Example
White with #36131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36131C; }
p { color: rgb(54,19,28); }
H1.HeaderClassName
{
color: #36131C;
}
.AnyTagClassName
{
color: #36131C;
}
</style>
background-color css
<style>
a { background-color: #36131C; }
a { background-color: rgb(54,19,28); }
div.DivClassName
{
background-color: #36131C;
}
.BgClassName
{
background-color: #36131C;
}
</style>
border-color css
<style>
span { border-color: #36131C; }
span { border-color: rgb(54,19,28); }
td.TdClassName
{
border-color: #36131C;
}
.TagClassName
{
border-color: #36131C;
}
</style>