Shades of Rustic Red #380E15
Tints of Rustic Red #380E15
RGB
CMYK
RGB Variations
Color information
#380E15 (or 0x380E15) is known color: Rustic Red. HEX triplet: 38, 0E and 15. RGB value is (56,14,21). Sum of RGB (Red+Green+Blue) = 56+14+21=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #380E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E15 is #C7F1EA. Grayscale: #1B1B1B. Windows color (decimal): -13103595 or 1379896. OLE color: 1379896.
HSL color Cylindrical-coordinate representation of color #380E15: hue angle of 350º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #380E15 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 21 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.78 |
| HSL | 350º | 0.6% | 0.14% | - |
| HSV(B) | 350º | 0.75% | 0.22% | - |
| XYZ | 1.92 | 1.21 | 0.84 | - |
| YUV | 27.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 21 | 0 | 0.75 | 0.63 | 0.78 | 350 | 0.6 | 0.14 |
| Hex | 38 | E | 15 | 0 | 4B | 3F | 4E | 15E | 3C | E |
| Octal | 70 | 16 | 25 | 0 | 113 | 77 | 116 | 536 | 74 | 16 |
| Binary | 111000 | 1110 | 10101 | 0 | 1001011 | 111111 | 1001110 | 101011110 | 111100 | 1110 |
Color Harmonies of #380E15
Complementary color
Monochromatic Colors of #380E15
Black with #380E15
Text Example
Text Example
White with #380E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E15; }
p { color: rgb(56,14,21); }
H1.HeaderClassName
{
color: #380E15;
}
.AnyTagClassName
{
color: #380E15;
}
</style>
background-color css
<style>
a { background-color: #380E15; }
a { background-color: rgb(56,14,21); }
div.DivClassName
{
background-color: #380E15;
}
.BgClassName
{
background-color: #380E15;
}
</style>
border-color css
<style>
span { border-color: #380E15; }
span { border-color: rgb(56,14,21); }
td.TdClassName
{
border-color: #380E15;
}
.TagClassName
{
border-color: #380E15;
}
</style>