Shades of Rustic Red #380D16
Tints of Rustic Red #380D16
RGB
CMYK
RGB Variations
Color information
#380D16 (or 0x380D16) is known color: Rustic Red. HEX triplet: 38, 0D and 16. RGB value is (56,13,22). Sum of RGB (Red+Green+Blue) = 56+13+22=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #380D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D16 is #C7F2E9. Grayscale: #1A1A1A. Windows color (decimal): -13103850 or 1445176. OLE color: 1445176.
HSL color Cylindrical-coordinate representation of color #380D16: hue angle of 347.44º 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 #380D16 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 13 | 22 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.78 |
| HSL | 347.44º | 0.62% | 0.14% | - |
| HSV(B) | 347.44º | 0.77% | 0.22% | - |
| XYZ | 1.92 | 1.19 | 0.89 | - |
| YUV | 26.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 22 | 0 | 0.77 | 0.61 | 0.78 | 347.44 | 0.62 | 0.14 |
| Hex | 38 | D | 16 | 0 | 4D | 3D | 4E | 15B | 3E | E |
| Octal | 70 | 15 | 26 | 0 | 115 | 75 | 116 | 533 | 76 | 16 |
| Binary | 111000 | 1101 | 10110 | 0 | 1001101 | 111101 | 1001110 | 101011011 | 111110 | 1110 |
Color Harmonies of #380D16
Complementary color
Monochromatic Colors of #380D16
Black with #380D16
Text Example
Text Example
White with #380D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D16; }
p { color: rgb(56,13,22); }
H1.HeaderClassName
{
color: #380D16;
}
.AnyTagClassName
{
color: #380D16;
}
</style>
background-color css
<style>
a { background-color: #380D16; }
a { background-color: rgb(56,13,22); }
div.DivClassName
{
background-color: #380D16;
}
.BgClassName
{
background-color: #380D16;
}
</style>
border-color css
<style>
span { border-color: #380D16; }
span { border-color: rgb(56,13,22); }
td.TdClassName
{
border-color: #380D16;
}
.TagClassName
{
border-color: #380D16;
}
</style>