Shades of Rustic Red #37030B
Tints of Rustic Red #37030B
RGB
CMYK
RGB Variations
Color information
#37030B (or 0x37030B) is known color: Rustic Red. HEX triplet: 37, 03 and 0B. RGB value is (55,3,11). Sum of RGB (Red+Green+Blue) = 55+3+11=69 (9% of max value = 765). Red value is 55 (21.88% from 255 or 79.71% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 55 - color contains mainly: red. Hex color #37030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37030B is #C8FCF4. Grayscale: #131313. Windows color (decimal): -13171957 or 721719. OLE color: 721719.
HSL color Cylindrical-coordinate representation of color #37030B: hue angle of 350.77º 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 #37030B is Cyan = 0, Magento = 0.95, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 11 | - |
| CMYK | 0 | 0.95 | 0.8 | 0.78 |
| HSL | 350.77º | 0.9% | 0.11% | - |
| HSV(B) | 350.77º | 0.95% | 0.22% | - |
| XYZ | 1.67 | 0.9 | 0.4 | - |
| YUV | 19.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 11 | 0 | 0.95 | 0.8 | 0.78 | 350.77 | 0.9 | 0.11 |
| Hex | 37 | 3 | B | 0 | 5F | 50 | 4E | 15F | 5A | B |
| Octal | 67 | 3 | 13 | 0 | 137 | 120 | 116 | 537 | 132 | 13 |
| Binary | 110111 | 11 | 1011 | 0 | 1011111 | 1010000 | 1001110 | 101011111 | 1011010 | 1011 |
Color Harmonies of #37030B
Complementary color
Monochromatic Colors of #37030B
Black with #37030B
Text Example
Text Example
White with #37030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37030B; }
p { color: rgb(55,3,11); }
H1.HeaderClassName
{
color: #37030B;
}
.AnyTagClassName
{
color: #37030B;
}
</style>
background-color css
<style>
a { background-color: #37030B; }
a { background-color: rgb(55,3,11); }
div.DivClassName
{
background-color: #37030B;
}
.BgClassName
{
background-color: #37030B;
}
</style>
border-color css
<style>
span { border-color: #37030B; }
span { border-color: rgb(55,3,11); }
td.TdClassName
{
border-color: #37030B;
}
.TagClassName
{
border-color: #37030B;
}
</style>