Shades of Rustic Red #381117
Tints of Rustic Red #381117
RGB
CMYK
RGB Variations
Color information
#381117 (or 0x381117) is known color: Rustic Red. HEX triplet: 38, 11 and 17. RGB value is (56,17,23). Sum of RGB (Red+Green+Blue) = 56+17+23=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #381117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381117 is #C7EEE8. Grayscale: #1D1D1D. Windows color (decimal): -13102825 or 1511736. OLE color: 1511736.
HSL color Cylindrical-coordinate representation of color #381117: hue angle of 350.77º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381117 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 17 | 23 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.78 |
| HSL | 350.77º | 0.53% | 0.14% | - |
| HSV(B) | 350.77º | 0.7% | 0.22% | - |
| XYZ | 1.99 | 1.3 | 0.96 | - |
| YUV | 29.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 23 | 0 | 0.70 | 0.59 | 0.78 | 350.77 | 0.53 | 0.14 |
| Hex | 38 | 11 | 17 | 0 | 46 | 3B | 4E | 15F | 35 | E |
| Octal | 70 | 21 | 27 | 0 | 106 | 73 | 116 | 537 | 65 | 16 |
| Binary | 111000 | 10001 | 10111 | 0 | 1000110 | 111011 | 1001110 | 101011111 | 110101 | 1110 |
Color Harmonies of #381117
Complementary color
Monochromatic Colors of #381117
Black with #381117
Text Example
Text Example
White with #381117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381117; }
p { color: rgb(56,17,23); }
H1.HeaderClassName
{
color: #381117;
}
.AnyTagClassName
{
color: #381117;
}
</style>
background-color css
<style>
a { background-color: #381117; }
a { background-color: rgb(56,17,23); }
div.DivClassName
{
background-color: #381117;
}
.BgClassName
{
background-color: #381117;
}
</style>
border-color css
<style>
span { border-color: #381117; }
span { border-color: rgb(56,17,23); }
td.TdClassName
{
border-color: #381117;
}
.TagClassName
{
border-color: #381117;
}
</style>