Shades of Rustic Red #380E1B
Tints of Rustic Red #380E1B
RGB
CMYK
RGB Variations
Color information
#380E1B (or 0x380E1B) is known color: Rustic Red. HEX triplet: 38, 0E and 1B. RGB value is (56,14,27). Sum of RGB (Red+Green+Blue) = 56+14+27=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #380E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E1B is #C7F1E4. Grayscale: #1C1C1C. Windows color (decimal): -13103589 or 1773112. OLE color: 1773112.
HSL color Cylindrical-coordinate representation of color #380E1B: hue angle of 341.43º 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 #380E1B is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 27 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.78 |
| HSL | 341.43º | 0.6% | 0.14% | - |
| HSV(B) | 341.43º | 0.75% | 0.22% | - |
| XYZ | 1.99 | 1.23 | 1.17 | - |
| YUV | 28.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 27 | 0 | 0.75 | 0.52 | 0.78 | 341.43 | 0.6 | 0.14 |
| Hex | 38 | E | 1B | 0 | 4B | 34 | 4E | 155 | 3C | E |
| Octal | 70 | 16 | 33 | 0 | 113 | 64 | 116 | 525 | 74 | 16 |
| Binary | 111000 | 1110 | 11011 | 0 | 1001011 | 110100 | 1001110 | 101010101 | 111100 | 1110 |
Color Harmonies of #380E1B
Complementary color
Monochromatic Colors of #380E1B
Black with #380E1B
Text Example
Text Example
White with #380E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E1B; }
p { color: rgb(56,14,27); }
H1.HeaderClassName
{
color: #380E1B;
}
.AnyTagClassName
{
color: #380E1B;
}
</style>
background-color css
<style>
a { background-color: #380E1B; }
a { background-color: rgb(56,14,27); }
div.DivClassName
{
background-color: #380E1B;
}
.BgClassName
{
background-color: #380E1B;
}
</style>
border-color css
<style>
span { border-color: #380E1B; }
span { border-color: rgb(56,14,27); }
td.TdClassName
{
border-color: #380E1B;
}
.TagClassName
{
border-color: #380E1B;
}
</style>