Shades of Rustic Red #381314
Tints of Rustic Red #381314
RGB
CMYK
RGB Variations
Color information
#381314 (or 0x381314) is known color: Rustic Red. HEX triplet: 38, 13 and 14. RGB value is (56,19,20). Sum of RGB (Red+Green+Blue) = 56+19+20=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #381314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381314 is #C7ECEB. Grayscale: #1E1E1E. Windows color (decimal): -13102316 or 1315640. OLE color: 1315640.
HSL color Cylindrical-coordinate representation of color #381314: hue angle of 358.38º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381314 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 20 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.78 |
| HSL | 358.38º | 0.49% | 0.15% | - |
| HSV(B) | 358.38º | 0.66% | 0.22% | - |
| XYZ | 1.99 | 1.36 | 0.82 | - |
| YUV | 30.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 20 | 0 | 0.66 | 0.64 | 0.78 | 358.38 | 0.49 | 0.15 |
| Hex | 38 | 13 | 14 | 0 | 42 | 40 | 4E | 166 | 31 | F |
| Octal | 70 | 23 | 24 | 0 | 102 | 100 | 116 | 546 | 61 | 17 |
| Binary | 111000 | 10011 | 10100 | 0 | 1000010 | 1000000 | 1001110 | 101100110 | 110001 | 1111 |
Color Harmonies of #381314
Complementary color
Monochromatic Colors of #381314
Black with #381314
Text Example
Text Example
White with #381314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381314; }
p { color: rgb(56,19,20); }
H1.HeaderClassName
{
color: #381314;
}
.AnyTagClassName
{
color: #381314;
}
</style>
background-color css
<style>
a { background-color: #381314; }
a { background-color: rgb(56,19,20); }
div.DivClassName
{
background-color: #381314;
}
.BgClassName
{
background-color: #381314;
}
</style>
border-color css
<style>
span { border-color: #381314; }
span { border-color: rgb(56,19,20); }
td.TdClassName
{
border-color: #381314;
}
.TagClassName
{
border-color: #381314;
}
</style>