Shades of Rustic Red #37050F
Tints of Rustic Red #37050F
RGB
CMYK
RGB Variations
Color information
#37050F (or 0x37050F) is known color: Rustic Red. HEX triplet: 37, 05 and 0F. RGB value is (55,5,15). Sum of RGB (Red+Green+Blue) = 55+5+15=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #37050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37050F is #C8FAF0. Grayscale: #151515. Windows color (decimal): -13171441 or 984375. OLE color: 984375.
HSL color Cylindrical-coordinate representation of color #37050F: hue angle of 348º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37050F is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 5 | 15 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.78 |
| HSL | 348º | 0.83% | 0.12% | - |
| HSV(B) | 348º | 0.91% | 0.22% | - |
| XYZ | 1.72 | 0.96 | 0.55 | - |
| YUV | 21.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 15 | 0 | 0.91 | 0.73 | 0.78 | 348 | 0.83 | 0.12 |
| Hex | 37 | 5 | F | 0 | 5B | 49 | 4E | 15C | 53 | C |
| Octal | 67 | 5 | 17 | 0 | 133 | 111 | 116 | 534 | 123 | 14 |
| Binary | 110111 | 101 | 1111 | 0 | 1011011 | 1001001 | 1001110 | 101011100 | 1010011 | 1100 |
Color Harmonies of #37050F
Complementary color
Monochromatic Colors of #37050F
Black with #37050F
Text Example
Text Example
White with #37050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37050F; }
p { color: rgb(55,5,15); }
H1.HeaderClassName
{
color: #37050F;
}
.AnyTagClassName
{
color: #37050F;
}
</style>
background-color css
<style>
a { background-color: #37050F; }
a { background-color: rgb(55,5,15); }
div.DivClassName
{
background-color: #37050F;
}
.BgClassName
{
background-color: #37050F;
}
</style>
border-color css
<style>
span { border-color: #37050F; }
span { border-color: rgb(55,5,15); }
td.TdClassName
{
border-color: #37050F;
}
.TagClassName
{
border-color: #37050F;
}
</style>