Shades of Rustic Red #370C1B
Tints of Rustic Red #370C1B
RGB
CMYK
RGB Variations
Color information
#370C1B (or 0x370C1B) is known color: Rustic Red. HEX triplet: 37, 0C and 1B. RGB value is (55,12,27). Sum of RGB (Red+Green+Blue) = 55+12+27=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #370C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C1B is #C8F3E4. Grayscale: #1A1A1A. Windows color (decimal): -13169637 or 1772599. OLE color: 1772599.
HSL color Cylindrical-coordinate representation of color #370C1B: hue angle of 339.07º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370C1B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 27 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.78 |
| HSL | 339.07º | 0.64% | 0.13% | - |
| HSV(B) | 339.07º | 0.78% | 0.22% | - |
| XYZ | 1.9 | 1.15 | 1.16 | - |
| YUV | 26.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 27 | 0 | 0.78 | 0.51 | 0.78 | 339.07 | 0.64 | 0.13 |
| Hex | 37 | C | 1B | 0 | 4E | 33 | 4E | 153 | 40 | D |
| Octal | 67 | 14 | 33 | 0 | 116 | 63 | 116 | 523 | 100 | 15 |
| Binary | 110111 | 1100 | 11011 | 0 | 1001110 | 110011 | 1001110 | 101010011 | 1000000 | 1101 |
Color Harmonies of #370C1B
Complementary color
Monochromatic Colors of #370C1B
Black with #370C1B
Text Example
Text Example
White with #370C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C1B; }
p { color: rgb(55,12,27); }
H1.HeaderClassName
{
color: #370C1B;
}
.AnyTagClassName
{
color: #370C1B;
}
</style>
background-color css
<style>
a { background-color: #370C1B; }
a { background-color: rgb(55,12,27); }
div.DivClassName
{
background-color: #370C1B;
}
.BgClassName
{
background-color: #370C1B;
}
</style>
border-color css
<style>
span { border-color: #370C1B; }
span { border-color: rgb(55,12,27); }
td.TdClassName
{
border-color: #370C1B;
}
.TagClassName
{
border-color: #370C1B;
}
</style>