Shades of Rustic Red #381C1F
Tints of Rustic Red #381C1F
RGB
CMYK
RGB Variations
Color information
#381C1F (or 0x381C1F) is known color: Rustic Red. HEX triplet: 38, 1C and 1F. RGB value is (56,28,31). Sum of RGB (Red+Green+Blue) = 56+28+31=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #381C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C1F is #C7E3E0. Grayscale: #242424. Windows color (decimal): -13100001 or 2038840. OLE color: 2038840.
HSL color Cylindrical-coordinate representation of color #381C1F: hue angle of 353.57º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C1F is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 31 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.78 |
| HSL | 353.57º | 0.33% | 0.16% | - |
| HSV(B) | 353.57º | 0.5% | 0.22% | - |
| XYZ | 2.29 | 1.77 | 1.52 | - |
| YUV | 36.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 31 | 0 | 0.50 | 0.45 | 0.78 | 353.57 | 0.33 | 0.16 |
| Hex | 38 | 1C | 1F | 0 | 32 | 2D | 4E | 162 | 21 | 10 |
| Octal | 70 | 34 | 37 | 0 | 62 | 55 | 116 | 542 | 41 | 20 |
| Binary | 111000 | 11100 | 11111 | 0 | 110010 | 101101 | 1001110 | 101100010 | 100001 | 10000 |
Color Harmonies of #381C1F
Complementary color
Monochromatic Colors of #381C1F
Black with #381C1F
Text Example
Text Example
White with #381C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C1F; }
p { color: rgb(56,28,31); }
H1.HeaderClassName
{
color: #381C1F;
}
.AnyTagClassName
{
color: #381C1F;
}
</style>
background-color css
<style>
a { background-color: #381C1F; }
a { background-color: rgb(56,28,31); }
div.DivClassName
{
background-color: #381C1F;
}
.BgClassName
{
background-color: #381C1F;
}
</style>
border-color css
<style>
span { border-color: #381C1F; }
span { border-color: rgb(56,28,31); }
td.TdClassName
{
border-color: #381C1F;
}
.TagClassName
{
border-color: #381C1F;
}
</style>