Shades of Rustic Red #380511
Tints of Rustic Red #380511
RGB
CMYK
RGB Variations
Color information
#380511 (or 0x380511) is known color: Rustic Red. HEX triplet: 38, 05 and 11. RGB value is (56,5,17). Sum of RGB (Red+Green+Blue) = 56+5+17=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #380511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380511 is #C7FAEE. Grayscale: #151515. Windows color (decimal): -13105903 or 1115448. OLE color: 1115448.
HSL color Cylindrical-coordinate representation of color #380511: hue angle of 345.88º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380511 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 5 | 17 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.78 |
| HSL | 345.88º | 0.84% | 0.12% | - |
| HSV(B) | 345.88º | 0.91% | 0.22% | - |
| XYZ | 1.79 | 0.99 | 0.63 | - |
| YUV | 21.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 17 | 0 | 0.91 | 0.70 | 0.78 | 345.88 | 0.84 | 0.12 |
| Hex | 38 | 5 | 11 | 0 | 5B | 46 | 4E | 15A | 54 | C |
| Octal | 70 | 5 | 21 | 0 | 133 | 106 | 116 | 532 | 124 | 14 |
| Binary | 111000 | 101 | 10001 | 0 | 1011011 | 1000110 | 1001110 | 101011010 | 1010100 | 1100 |
Color Harmonies of #380511
Complementary color
Monochromatic Colors of #380511
Black with #380511
Text Example
Text Example
White with #380511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380511; }
p { color: rgb(56,5,17); }
H1.HeaderClassName
{
color: #380511;
}
.AnyTagClassName
{
color: #380511;
}
</style>
background-color css
<style>
a { background-color: #380511; }
a { background-color: rgb(56,5,17); }
div.DivClassName
{
background-color: #380511;
}
.BgClassName
{
background-color: #380511;
}
</style>
border-color css
<style>
span { border-color: #380511; }
span { border-color: rgb(56,5,17); }
td.TdClassName
{
border-color: #380511;
}
.TagClassName
{
border-color: #380511;
}
</style>