Shades of Rustic Red #380A1B
Tints of Rustic Red #380A1B
RGB
CMYK
RGB Variations
Color information
#380A1B (or 0x380A1B) is known color: Rustic Red. HEX triplet: 38, 0A and 1B. RGB value is (56,10,27). Sum of RGB (Red+Green+Blue) = 56+10+27=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A1B is #C7F5E4. Grayscale: #191919. Windows color (decimal): -13104613 or 1772088. OLE color: 1772088.
HSL color Cylindrical-coordinate representation of color #380A1B: hue angle of 337.83º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380A1B is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 10 | 27 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.78 |
| HSL | 337.83º | 0.7% | 0.13% | - |
| HSV(B) | 337.83º | 0.82% | 0.22% | - |
| XYZ | 1.94 | 1.14 | 1.15 | - |
| YUV | 25.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 27 | 0 | 0.82 | 0.52 | 0.78 | 337.83 | 0.7 | 0.13 |
| Hex | 38 | A | 1B | 0 | 52 | 34 | 4E | 152 | 46 | D |
| Octal | 70 | 12 | 33 | 0 | 122 | 64 | 116 | 522 | 106 | 15 |
| Binary | 111000 | 1010 | 11011 | 0 | 1010010 | 110100 | 1001110 | 101010010 | 1000110 | 1101 |
Color Harmonies of #380A1B
Complementary color
Monochromatic Colors of #380A1B
Black with #380A1B
Text Example
Text Example
White with #380A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380A1B; }
p { color: rgb(56,10,27); }
H1.HeaderClassName
{
color: #380A1B;
}
.AnyTagClassName
{
color: #380A1B;
}
</style>
background-color css
<style>
a { background-color: #380A1B; }
a { background-color: rgb(56,10,27); }
div.DivClassName
{
background-color: #380A1B;
}
.BgClassName
{
background-color: #380A1B;
}
</style>
border-color css
<style>
span { border-color: #380A1B; }
span { border-color: rgb(56,10,27); }
td.TdClassName
{
border-color: #380A1B;
}
.TagClassName
{
border-color: #380A1B;
}
</style>