Shades of Rustic Red #380E0F
Tints of Rustic Red #380E0F
RGB
CMYK
RGB Variations
Color information
#380E0F (or 0x380E0F) is known color: Rustic Red. HEX triplet: 38, 0E and 0F. RGB value is (56,14,15). Sum of RGB (Red+Green+Blue) = 56+14+15=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #380E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E0F is #C7F1F0. Grayscale: #1A1A1A. Windows color (decimal): -13103601 or 986680. OLE color: 986680.
HSL color Cylindrical-coordinate representation of color #380E0F: hue angle of 358.57º 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 #380E0F is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 15 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.78 |
| HSL | 358.57º | 0.6% | 0.14% | - |
| HSV(B) | 358.57º | 0.75% | 0.22% | - |
| XYZ | 1.87 | 1.19 | 0.58 | - |
| YUV | 26.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 15 | 0 | 0.75 | 0.73 | 0.78 | 358.57 | 0.6 | 0.14 |
| Hex | 38 | E | F | 0 | 4B | 49 | 4E | 167 | 3C | E |
| Octal | 70 | 16 | 17 | 0 | 113 | 111 | 116 | 547 | 74 | 16 |
| Binary | 111000 | 1110 | 1111 | 0 | 1001011 | 1001001 | 1001110 | 101100111 | 111100 | 1110 |
Color Harmonies of #380E0F
Complementary color
Monochromatic Colors of #380E0F
Black with #380E0F
Text Example
Text Example
White with #380E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E0F; }
p { color: rgb(56,14,15); }
H1.HeaderClassName
{
color: #380E0F;
}
.AnyTagClassName
{
color: #380E0F;
}
</style>
background-color css
<style>
a { background-color: #380E0F; }
a { background-color: rgb(56,14,15); }
div.DivClassName
{
background-color: #380E0F;
}
.BgClassName
{
background-color: #380E0F;
}
</style>
border-color css
<style>
span { border-color: #380E0F; }
span { border-color: rgb(56,14,15); }
td.TdClassName
{
border-color: #380E0F;
}
.TagClassName
{
border-color: #380E0F;
}
</style>