Shades of Rustic Red #380016
Tints of Rustic Red #380016
RGB
CMYK
RGB Variations
Color information
#380016 (or 0x380016) is known color: Rustic Red. HEX triplet: 38, 00 and 16. RGB value is (56,0,22). Sum of RGB (Red+Green+Blue) = 56+0+22=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #380016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380016 is #C7FFE9. Grayscale: #131313. Windows color (decimal): -13107178 or 1441848. OLE color: 1441848.
HSL color Cylindrical-coordinate representation of color #380016: hue angle of 336.43º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380016 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.61 | 0.78 |
| HSL | 336.43º | 1% | 0.11% | - |
| HSV(B) | 336.43º | 1% | 0.22% | - |
| XYZ | 1.78 | 0.9 | 0.84 | - |
| YUV | 19.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 22 | 0 | 1 | 0.61 | 0.78 | 336.43 | 1 | 0.11 |
| Hex | 38 | 0 | 16 | 0 | 64 | 3D | 4E | 150 | 64 | B |
| Octal | 70 | 0 | 26 | 0 | 144 | 75 | 116 | 520 | 144 | 13 |
| Binary | 111000 | 0 | 10110 | 0 | 1100100 | 111101 | 1001110 | 101010000 | 1100100 | 1011 |
Color Harmonies of #380016
Complementary color
Monochromatic Colors of #380016
Black with #380016
Text Example
Text Example
White with #380016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380016; }
p { color: rgb(56,0,22); }
H1.HeaderClassName
{
color: #380016;
}
.AnyTagClassName
{
color: #380016;
}
</style>
background-color css
<style>
a { background-color: #380016; }
a { background-color: rgb(56,0,22); }
div.DivClassName
{
background-color: #380016;
}
.BgClassName
{
background-color: #380016;
}
</style>
border-color css
<style>
span { border-color: #380016; }
span { border-color: rgb(56,0,22); }
td.TdClassName
{
border-color: #380016;
}
.TagClassName
{
border-color: #380016;
}
</style>