Shades of Rustic Red #381B1F
Tints of Rustic Red #381B1F
RGB
CMYK
RGB Variations
Color information
#381B1F (or 0x381B1F) is known color: Rustic Red. HEX triplet: 38, 1B and 1F. RGB value is (56,27,31). Sum of RGB (Red+Green+Blue) = 56+27+31=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B1F is #C7E4E0. Grayscale: #242424. Windows color (decimal): -13100257 or 2038584. OLE color: 2038584.
HSL color Cylindrical-coordinate representation of color #381B1F: hue angle of 351.72º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B1F is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 31 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.78 |
| HSL | 351.72º | 0.35% | 0.16% | - |
| HSV(B) | 351.72º | 0.52% | 0.22% | - |
| XYZ | 2.27 | 1.72 | 1.51 | - |
| YUV | 36.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 31 | 0 | 0.52 | 0.45 | 0.78 | 351.72 | 0.35 | 0.16 |
| Hex | 38 | 1B | 1F | 0 | 34 | 2D | 4E | 160 | 23 | 10 |
| Octal | 70 | 33 | 37 | 0 | 64 | 55 | 116 | 540 | 43 | 20 |
| Binary | 111000 | 11011 | 11111 | 0 | 110100 | 101101 | 1001110 | 101100000 | 100011 | 10000 |
Color Harmonies of #381B1F
Complementary color
Monochromatic Colors of #381B1F
Black with #381B1F
Text Example
Text Example
White with #381B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B1F; }
p { color: rgb(56,27,31); }
H1.HeaderClassName
{
color: #381B1F;
}
.AnyTagClassName
{
color: #381B1F;
}
</style>
background-color css
<style>
a { background-color: #381B1F; }
a { background-color: rgb(56,27,31); }
div.DivClassName
{
background-color: #381B1F;
}
.BgClassName
{
background-color: #381B1F;
}
</style>
border-color css
<style>
span { border-color: #381B1F; }
span { border-color: rgb(56,27,31); }
td.TdClassName
{
border-color: #381B1F;
}
.TagClassName
{
border-color: #381B1F;
}
</style>