Shades of Rustic Red #381718
Tints of Rustic Red #381718
RGB
CMYK
RGB Variations
Color information
#381718 (or 0x381718) is known color: Rustic Red. HEX triplet: 38, 17 and 18. RGB value is (56,23,24). Sum of RGB (Red+Green+Blue) = 56+23+24=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381718 is #C7E8E7. Grayscale: #212121. Windows color (decimal): -13101288 or 1578808. OLE color: 1578808.
HSL color Cylindrical-coordinate representation of color #381718: hue angle of 358.18º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #381718 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 23 | 24 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.78 |
| HSL | 358.18º | 0.42% | 0.15% | - |
| HSV(B) | 358.18º | 0.59% | 0.22% | - |
| XYZ | 2.1 | 1.52 | 1.05 | - |
| YUV | 32.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 24 | 0 | 0.59 | 0.57 | 0.78 | 358.18 | 0.42 | 0.15 |
| Hex | 38 | 17 | 18 | 0 | 3B | 39 | 4E | 166 | 2A | F |
| Octal | 70 | 27 | 30 | 0 | 73 | 71 | 116 | 546 | 52 | 17 |
| Binary | 111000 | 10111 | 11000 | 0 | 111011 | 111001 | 1001110 | 101100110 | 101010 | 1111 |
Color Harmonies of #381718
Complementary color
Monochromatic Colors of #381718
Black with #381718
Text Example
Text Example
White with #381718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381718; }
p { color: rgb(56,23,24); }
H1.HeaderClassName
{
color: #381718;
}
.AnyTagClassName
{
color: #381718;
}
</style>
background-color css
<style>
a { background-color: #381718; }
a { background-color: rgb(56,23,24); }
div.DivClassName
{
background-color: #381718;
}
.BgClassName
{
background-color: #381718;
}
</style>
border-color css
<style>
span { border-color: #381718; }
span { border-color: rgb(56,23,24); }
td.TdClassName
{
border-color: #381718;
}
.TagClassName
{
border-color: #381718;
}
</style>