Shades of Rustic Red #380515
Tints of Rustic Red #380515
RGB
CMYK
RGB Variations
Color information
#380515 (or 0x380515) is known color: Rustic Red. HEX triplet: 38, 05 and 15. RGB value is (56,5,21). Sum of RGB (Red+Green+Blue) = 56+5+21=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #380515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380515 is #C7FAEA. Grayscale: #161616. Windows color (decimal): -13105899 or 1377592. OLE color: 1377592.
HSL color Cylindrical-coordinate representation of color #380515: hue angle of 341.18º 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 #380515 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 5 | 21 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.78 |
| HSL | 341.18º | 0.84% | 0.12% | - |
| HSV(B) | 341.18º | 0.91% | 0.22% | - |
| XYZ | 1.82 | 1 | 0.81 | - |
| YUV | 22.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 21 | 0 | 0.91 | 0.63 | 0.78 | 341.18 | 0.84 | 0.12 |
| Hex | 38 | 5 | 15 | 0 | 5B | 3F | 4E | 155 | 54 | C |
| Octal | 70 | 5 | 25 | 0 | 133 | 77 | 116 | 525 | 124 | 14 |
| Binary | 111000 | 101 | 10101 | 0 | 1011011 | 111111 | 1001110 | 101010101 | 1010100 | 1100 |
Color Harmonies of #380515
Complementary color
Monochromatic Colors of #380515
Black with #380515
Text Example
Text Example
White with #380515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380515; }
p { color: rgb(56,5,21); }
H1.HeaderClassName
{
color: #380515;
}
.AnyTagClassName
{
color: #380515;
}
</style>
background-color css
<style>
a { background-color: #380515; }
a { background-color: rgb(56,5,21); }
div.DivClassName
{
background-color: #380515;
}
.BgClassName
{
background-color: #380515;
}
</style>
border-color css
<style>
span { border-color: #380515; }
span { border-color: rgb(56,5,21); }
td.TdClassName
{
border-color: #380515;
}
.TagClassName
{
border-color: #380515;
}
</style>