Shades of Rustic Red #381214
Tints of Rustic Red #381214
RGB
CMYK
RGB Variations
Color information
#381214 (or 0x381214) is known color: Rustic Red. HEX triplet: 38, 12 and 14. RGB value is (56,18,20). Sum of RGB (Red+Green+Blue) = 56+18+20=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381214 is #C7EDEB. Grayscale: #1D1D1D. Windows color (decimal): -13102572 or 1315384. OLE color: 1315384.
HSL color Cylindrical-coordinate representation of color #381214: hue angle of 356.84º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381214 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 18 | 20 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.78 |
| HSL | 356.84º | 0.51% | 0.15% | - |
| HSV(B) | 356.84º | 0.68% | 0.22% | - |
| XYZ | 1.97 | 1.32 | 0.81 | - |
| YUV | 29.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 20 | 0 | 0.68 | 0.64 | 0.78 | 356.84 | 0.51 | 0.15 |
| Hex | 38 | 12 | 14 | 0 | 44 | 40 | 4E | 165 | 33 | F |
| Octal | 70 | 22 | 24 | 0 | 104 | 100 | 116 | 545 | 63 | 17 |
| Binary | 111000 | 10010 | 10100 | 0 | 1000100 | 1000000 | 1001110 | 101100101 | 110011 | 1111 |
Color Harmonies of #381214
Complementary color
Monochromatic Colors of #381214
Black with #381214
Text Example
Text Example
White with #381214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381214; }
p { color: rgb(56,18,20); }
H1.HeaderClassName
{
color: #381214;
}
.AnyTagClassName
{
color: #381214;
}
</style>
background-color css
<style>
a { background-color: #381214; }
a { background-color: rgb(56,18,20); }
div.DivClassName
{
background-color: #381214;
}
.BgClassName
{
background-color: #381214;
}
</style>
border-color css
<style>
span { border-color: #381214; }
span { border-color: rgb(56,18,20); }
td.TdClassName
{
border-color: #381214;
}
.TagClassName
{
border-color: #381214;
}
</style>