Shades of Rustic Red #37030A
Tints of Rustic Red #37030A
RGB
CMYK
RGB Variations
Color information
#37030A (or 0x37030A) is known color: Rustic Red. HEX triplet: 37, 03 and 0A. RGB value is (55,3,10). Sum of RGB (Red+Green+Blue) = 55+3+10=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #37030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37030A is #C8FCF5. Grayscale: #131313. Windows color (decimal): -13171958 or 656183. OLE color: 656183.
HSL color Cylindrical-coordinate representation of color #37030A: hue angle of 351.92º 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 #37030A is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 10 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.78 |
| HSL | 351.92º | 0.9% | 0.11% | - |
| HSV(B) | 351.92º | 0.95% | 0.22% | - |
| XYZ | 1.66 | 0.9 | 0.37 | - |
| YUV | 19.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 10 | 0 | 0.95 | 0.82 | 0.78 | 351.92 | 0.9 | 0.11 |
| Hex | 37 | 3 | A | 0 | 5F | 52 | 4E | 160 | 5A | B |
| Octal | 67 | 3 | 12 | 0 | 137 | 122 | 116 | 540 | 132 | 13 |
| Binary | 110111 | 11 | 1010 | 0 | 1011111 | 1010010 | 1001110 | 101100000 | 1011010 | 1011 |
Color Harmonies of #37030A
Complementary color
Monochromatic Colors of #37030A
Black with #37030A
Text Example
Text Example
White with #37030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37030A; }
p { color: rgb(55,3,10); }
H1.HeaderClassName
{
color: #37030A;
}
.AnyTagClassName
{
color: #37030A;
}
</style>
background-color css
<style>
a { background-color: #37030A; }
a { background-color: rgb(55,3,10); }
div.DivClassName
{
background-color: #37030A;
}
.BgClassName
{
background-color: #37030A;
}
</style>
border-color css
<style>
span { border-color: #37030A; }
span { border-color: rgb(55,3,10); }
td.TdClassName
{
border-color: #37030A;
}
.TagClassName
{
border-color: #37030A;
}
</style>