Shades of Rustic Red #37161A
Tints of Rustic Red #37161A
RGB
CMYK
RGB Variations
Color information
#37161A (or 0x37161A) is known color: Rustic Red. HEX triplet: 37, 16 and 1A. RGB value is (55,22,26). Sum of RGB (Red+Green+Blue) = 55+22+26=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #37161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37161A is #C8E9E5. Grayscale: #202020. Windows color (decimal): -13167078 or 1709623. OLE color: 1709623.
HSL color Cylindrical-coordinate representation of color #37161A: hue angle of 352.73º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37161A is Cyan = 0, Magento = 0.6, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 22 | 26 | - |
| CMYK | 0 | 0.6 | 0.53 | 0.78 |
| HSL | 352.73º | 0.43% | 0.15% | - |
| HSV(B) | 352.73º | 0.6% | 0.22% | - |
| XYZ | 2.05 | 1.46 | 1.15 | - |
| YUV | 32.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 26 | 0 | 0.6 | 0.53 | 0.78 | 352.73 | 0.43 | 0.15 |
| Hex | 37 | 16 | 1A | 0 | 3C | 35 | 4E | 161 | 2B | F |
| Octal | 67 | 26 | 32 | 0 | 74 | 65 | 116 | 541 | 53 | 17 |
| Binary | 110111 | 10110 | 11010 | 0 | 111100 | 110101 | 1001110 | 101100001 | 101011 | 1111 |
Color Harmonies of #37161A
Complementary color
Monochromatic Colors of #37161A
Black with #37161A
Text Example
Text Example
White with #37161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37161A; }
p { color: rgb(55,22,26); }
H1.HeaderClassName
{
color: #37161A;
}
.AnyTagClassName
{
color: #37161A;
}
</style>
background-color css
<style>
a { background-color: #37161A; }
a { background-color: rgb(55,22,26); }
div.DivClassName
{
background-color: #37161A;
}
.BgClassName
{
background-color: #37161A;
}
</style>
border-color css
<style>
span { border-color: #37161A; }
span { border-color: rgb(55,22,26); }
td.TdClassName
{
border-color: #37161A;
}
.TagClassName
{
border-color: #37161A;
}
</style>