Shades of Rustic Red #37121B
Tints of Rustic Red #37121B
RGB
CMYK
RGB Variations
Color information
#37121B (or 0x37121B) is known color: Rustic Red. HEX triplet: 37, 12 and 1B. RGB value is (55,18,27). Sum of RGB (Red+Green+Blue) = 55+18+27=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #37121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37121B is #C8EDE4. Grayscale: #1E1E1E. Windows color (decimal): -13168101 or 1774135. OLE color: 1774135.
HSL color Cylindrical-coordinate representation of color #37121B: hue angle of 345.41º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37121B is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 18 | 27 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.78 |
| HSL | 345.41º | 0.51% | 0.14% | - |
| HSV(B) | 345.41º | 0.67% | 0.22% | - |
| XYZ | 1.99 | 1.32 | 1.19 | - |
| YUV | 30.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 27 | 0 | 0.67 | 0.51 | 0.78 | 345.41 | 0.51 | 0.14 |
| Hex | 37 | 12 | 1B | 0 | 43 | 33 | 4E | 159 | 33 | E |
| Octal | 67 | 22 | 33 | 0 | 103 | 63 | 116 | 531 | 63 | 16 |
| Binary | 110111 | 10010 | 11011 | 0 | 1000011 | 110011 | 1001110 | 101011001 | 110011 | 1110 |
Color Harmonies of #37121B
Complementary color
Monochromatic Colors of #37121B
Black with #37121B
Text Example
Text Example
White with #37121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37121B; }
p { color: rgb(55,18,27); }
H1.HeaderClassName
{
color: #37121B;
}
.AnyTagClassName
{
color: #37121B;
}
</style>
background-color css
<style>
a { background-color: #37121B; }
a { background-color: rgb(55,18,27); }
div.DivClassName
{
background-color: #37121B;
}
.BgClassName
{
background-color: #37121B;
}
</style>
border-color css
<style>
span { border-color: #37121B; }
span { border-color: rgb(55,18,27); }
td.TdClassName
{
border-color: #37121B;
}
.TagClassName
{
border-color: #37121B;
}
</style>