Shades of Rustic Red #380811
Tints of Rustic Red #380811
RGB
CMYK
RGB Variations
Color information
#380811 (or 0x380811) is known color: Rustic Red. HEX triplet: 38, 08 and 11. RGB value is (56,8,17). Sum of RGB (Red+Green+Blue) = 56+8+17=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #380811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380811 is #C7F7EE. Grayscale: #171717. Windows color (decimal): -13105135 or 1116216. OLE color: 1116216.
HSL color Cylindrical-coordinate representation of color #380811: hue angle of 348.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380811 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 8 | 17 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.78 |
| HSL | 348.75º | 0.75% | 0.13% | - |
| HSV(B) | 348.75º | 0.86% | 0.22% | - |
| XYZ | 1.82 | 1.05 | 0.64 | - |
| YUV | 23.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 17 | 0 | 0.86 | 0.70 | 0.78 | 348.75 | 0.75 | 0.13 |
| Hex | 38 | 8 | 11 | 0 | 56 | 46 | 4E | 15D | 4B | D |
| Octal | 70 | 10 | 21 | 0 | 126 | 106 | 116 | 535 | 113 | 15 |
| Binary | 111000 | 1000 | 10001 | 0 | 1010110 | 1000110 | 1001110 | 101011101 | 1001011 | 1101 |
Color Harmonies of #380811
Complementary color
Monochromatic Colors of #380811
Black with #380811
Text Example
Text Example
White with #380811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380811; }
p { color: rgb(56,8,17); }
H1.HeaderClassName
{
color: #380811;
}
.AnyTagClassName
{
color: #380811;
}
</style>
background-color css
<style>
a { background-color: #380811; }
a { background-color: rgb(56,8,17); }
div.DivClassName
{
background-color: #380811;
}
.BgClassName
{
background-color: #380811;
}
</style>
border-color css
<style>
span { border-color: #380811; }
span { border-color: rgb(56,8,17); }
td.TdClassName
{
border-color: #380811;
}
.TagClassName
{
border-color: #380811;
}
</style>