Shades of Rustic Red #37030F
Tints of Rustic Red #37030F
RGB
CMYK
RGB Variations
Color information
#37030F (or 0x37030F) is known color: Rustic Red. HEX triplet: 37, 03 and 0F. RGB value is (55,3,15). Sum of RGB (Red+Green+Blue) = 55+3+15=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #37030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37030F is #C8FCF0. Grayscale: #131313. Windows color (decimal): -13171953 or 983863. OLE color: 983863.
HSL color Cylindrical-coordinate representation of color #37030F: hue angle of 346.15º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37030F is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 15 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.78 |
| HSL | 346.15º | 0.9% | 0.11% | - |
| HSV(B) | 346.15º | 0.95% | 0.22% | - |
| XYZ | 1.69 | 0.91 | 0.54 | - |
| YUV | 19.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 15 | 0 | 0.95 | 0.73 | 0.78 | 346.15 | 0.9 | 0.11 |
| Hex | 37 | 3 | F | 0 | 5F | 49 | 4E | 15A | 5A | B |
| Octal | 67 | 3 | 17 | 0 | 137 | 111 | 116 | 532 | 132 | 13 |
| Binary | 110111 | 11 | 1111 | 0 | 1011111 | 1001001 | 1001110 | 101011010 | 1011010 | 1011 |
Color Harmonies of #37030F
Complementary color
Monochromatic Colors of #37030F
Black with #37030F
Text Example
Text Example
White with #37030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37030F; }
p { color: rgb(55,3,15); }
H1.HeaderClassName
{
color: #37030F;
}
.AnyTagClassName
{
color: #37030F;
}
</style>
background-color css
<style>
a { background-color: #37030F; }
a { background-color: rgb(55,3,15); }
div.DivClassName
{
background-color: #37030F;
}
.BgClassName
{
background-color: #37030F;
}
</style>
border-color css
<style>
span { border-color: #37030F; }
span { border-color: rgb(55,3,15); }
td.TdClassName
{
border-color: #37030F;
}
.TagClassName
{
border-color: #37030F;
}
</style>