Shades of Rustic Red #380D0F
Tints of Rustic Red #380D0F
RGB
CMYK
RGB Variations
Color information
#380D0F (or 0x380D0F) is known color: Rustic Red. HEX triplet: 38, 0D and 0F. RGB value is (56,13,15). Sum of RGB (Red+Green+Blue) = 56+13+15=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #380D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D0F is #C7F2F0. Grayscale: #1A1A1A. Windows color (decimal): -13103857 or 986424. OLE color: 986424.
HSL color Cylindrical-coordinate representation of color #380D0F: hue angle of 357.21º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380D0F is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 13 | 15 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.78 |
| HSL | 357.21º | 0.62% | 0.14% | - |
| HSV(B) | 357.21º | 0.77% | 0.22% | - |
| XYZ | 1.86 | 1.16 | 0.58 | - |
| YUV | 26.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 15 | 0 | 0.77 | 0.73 | 0.78 | 357.21 | 0.62 | 0.14 |
| Hex | 38 | D | F | 0 | 4D | 49 | 4E | 165 | 3E | E |
| Octal | 70 | 15 | 17 | 0 | 115 | 111 | 116 | 545 | 76 | 16 |
| Binary | 111000 | 1101 | 1111 | 0 | 1001101 | 1001001 | 1001110 | 101100101 | 111110 | 1110 |
Color Harmonies of #380D0F
Complementary color
Monochromatic Colors of #380D0F
Black with #380D0F
Text Example
Text Example
White with #380D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D0F; }
p { color: rgb(56,13,15); }
H1.HeaderClassName
{
color: #380D0F;
}
.AnyTagClassName
{
color: #380D0F;
}
</style>
background-color css
<style>
a { background-color: #380D0F; }
a { background-color: rgb(56,13,15); }
div.DivClassName
{
background-color: #380D0F;
}
.BgClassName
{
background-color: #380D0F;
}
</style>
border-color css
<style>
span { border-color: #380D0F; }
span { border-color: rgb(56,13,15); }
td.TdClassName
{
border-color: #380D0F;
}
.TagClassName
{
border-color: #380D0F;
}
</style>