Shades of Rustic Red #37131A
Tints of Rustic Red #37131A
RGB
CMYK
RGB Variations
Color information
#37131A (or 0x37131A) is known color: Rustic Red. HEX triplet: 37, 13 and 1A. RGB value is (55,19,26). Sum of RGB (Red+Green+Blue) = 55+19+26=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #37131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37131A is #C8ECE5. Grayscale: #1E1E1E. Windows color (decimal): -13167846 or 1708855. OLE color: 1708855.
HSL color Cylindrical-coordinate representation of color #37131A: hue angle of 348.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37131A is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 19 | 26 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.78 |
| HSL | 348.33º | 0.49% | 0.15% | - |
| HSV(B) | 348.33º | 0.65% | 0.22% | - |
| XYZ | 1.99 | 1.35 | 1.13 | - |
| YUV | 30.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 26 | 0 | 0.65 | 0.53 | 0.78 | 348.33 | 0.49 | 0.15 |
| Hex | 37 | 13 | 1A | 0 | 41 | 35 | 4E | 15C | 31 | F |
| Octal | 67 | 23 | 32 | 0 | 101 | 65 | 116 | 534 | 61 | 17 |
| Binary | 110111 | 10011 | 11010 | 0 | 1000001 | 110101 | 1001110 | 101011100 | 110001 | 1111 |
Color Harmonies of #37131A
Complementary color
Monochromatic Colors of #37131A
Black with #37131A
Text Example
Text Example
White with #37131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37131A; }
p { color: rgb(55,19,26); }
H1.HeaderClassName
{
color: #37131A;
}
.AnyTagClassName
{
color: #37131A;
}
</style>
background-color css
<style>
a { background-color: #37131A; }
a { background-color: rgb(55,19,26); }
div.DivClassName
{
background-color: #37131A;
}
.BgClassName
{
background-color: #37131A;
}
</style>
border-color css
<style>
span { border-color: #37131A; }
span { border-color: rgb(55,19,26); }
td.TdClassName
{
border-color: #37131A;
}
.TagClassName
{
border-color: #37131A;
}
</style>