Shades of Rustic Red #380D1A
Tints of Rustic Red #380D1A
RGB
CMYK
RGB Variations
Color information
#380D1A (or 0x380D1A) is known color: Rustic Red. HEX triplet: 38, 0D and 1A. RGB value is (56,13,26). Sum of RGB (Red+Green+Blue) = 56+13+26=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D1A is #C7F2E5. Grayscale: #1B1B1B. Windows color (decimal): -13103846 or 1707320. OLE color: 1707320.
HSL color Cylindrical-coordinate representation of color #380D1A: hue angle of 341.86º 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 #380D1A is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 13 | 26 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.78 |
| HSL | 341.86º | 0.62% | 0.14% | - |
| HSV(B) | 341.86º | 0.77% | 0.22% | - |
| XYZ | 1.96 | 1.2 | 1.11 | - |
| YUV | 27.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 26 | 0 | 0.77 | 0.54 | 0.78 | 341.86 | 0.62 | 0.14 |
| Hex | 38 | D | 1A | 0 | 4D | 36 | 4E | 156 | 3E | E |
| Octal | 70 | 15 | 32 | 0 | 115 | 66 | 116 | 526 | 76 | 16 |
| Binary | 111000 | 1101 | 11010 | 0 | 1001101 | 110110 | 1001110 | 101010110 | 111110 | 1110 |
Color Harmonies of #380D1A
Complementary color
Monochromatic Colors of #380D1A
Black with #380D1A
Text Example
Text Example
White with #380D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D1A; }
p { color: rgb(56,13,26); }
H1.HeaderClassName
{
color: #380D1A;
}
.AnyTagClassName
{
color: #380D1A;
}
</style>
background-color css
<style>
a { background-color: #380D1A; }
a { background-color: rgb(56,13,26); }
div.DivClassName
{
background-color: #380D1A;
}
.BgClassName
{
background-color: #380D1A;
}
</style>
border-color css
<style>
span { border-color: #380D1A; }
span { border-color: rgb(56,13,26); }
td.TdClassName
{
border-color: #380D1A;
}
.TagClassName
{
border-color: #380D1A;
}
</style>