Shades of Rustic Red #370110
Tints of Rustic Red #370110
RGB
CMYK
RGB Variations
Color information
#370110 (or 0x370110) is known color: Rustic Red. HEX triplet: 37, 01 and 10. RGB value is (55,1,16). Sum of RGB (Red+Green+Blue) = 55+1+16=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #370110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370110 is #C8FEEF. Grayscale: #121212. Windows color (decimal): -13172464 or 1048887. OLE color: 1048887.
HSL color Cylindrical-coordinate representation of color #370110: hue angle of 343.33º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370110 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 1 | 16 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.78 |
| HSL | 343.33º | 0.96% | 0.11% | - |
| HSV(B) | 343.33º | 0.98% | 0.22% | - |
| XYZ | 1.68 | 0.87 | 0.57 | - |
| YUV | 18.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 16 | 0 | 0.98 | 0.71 | 0.78 | 343.33 | 0.96 | 0.11 |
| Hex | 37 | 1 | 10 | 0 | 62 | 47 | 4E | 157 | 60 | B |
| Octal | 67 | 1 | 20 | 0 | 142 | 107 | 116 | 527 | 140 | 13 |
| Binary | 110111 | 1 | 10000 | 0 | 1100010 | 1000111 | 1001110 | 101010111 | 1100000 | 1011 |
Color Harmonies of #370110
Complementary color
Monochromatic Colors of #370110
Black with #370110
Text Example
Text Example
White with #370110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370110; }
p { color: rgb(55,1,16); }
H1.HeaderClassName
{
color: #370110;
}
.AnyTagClassName
{
color: #370110;
}
</style>
background-color css
<style>
a { background-color: #370110; }
a { background-color: rgb(55,1,16); }
div.DivClassName
{
background-color: #370110;
}
.BgClassName
{
background-color: #370110;
}
</style>
border-color css
<style>
span { border-color: #370110; }
span { border-color: rgb(55,1,16); }
td.TdClassName
{
border-color: #370110;
}
.TagClassName
{
border-color: #370110;
}
</style>