Shades of Rustic Red #380006
Tints of Rustic Red #380006
RGB
CMYK
RGB Variations
Color information
#380006 (or 0x380006) is known color: Rustic Red. HEX triplet: 38, 00 and 06. RGB value is (56,0,6). Sum of RGB (Red+Green+Blue) = 56+0+6=62 (8% of max value = 765). Red value is 56 (22.27% from 255 or 90.32% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 56 - color contains mainly: red. Hex color #380006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380006 is #C7FFF9. Grayscale: #111111. Windows color (decimal): -13107194 or 393272. OLE color: 393272.
HSL color Cylindrical-coordinate representation of color #380006: hue angle of 353.57º 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 #380006 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.89 | 0.78 |
| HSL | 353.57º | 1% | 0.11% | - |
| HSV(B) | 353.57º | 1% | 0.22% | - |
| XYZ | 1.66 | 0.85 | 0.25 | - |
| YUV | 17.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 6 | 0 | 1 | 0.89 | 0.78 | 353.57 | 1 | 0.11 |
| Hex | 38 | 0 | 6 | 0 | 64 | 59 | 4E | 162 | 64 | B |
| Octal | 70 | 0 | 6 | 0 | 144 | 131 | 116 | 542 | 144 | 13 |
| Binary | 111000 | 0 | 110 | 0 | 1100100 | 1011001 | 1001110 | 101100010 | 1100100 | 1011 |
Color Harmonies of #380006
Complementary color
Monochromatic Colors of #380006
Black with #380006
Text Example
Text Example
White with #380006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380006; }
p { color: rgb(56,0,6); }
H1.HeaderClassName
{
color: #380006;
}
.AnyTagClassName
{
color: #380006;
}
</style>
background-color css
<style>
a { background-color: #380006; }
a { background-color: rgb(56,0,6); }
div.DivClassName
{
background-color: #380006;
}
.BgClassName
{
background-color: #380006;
}
</style>
border-color css
<style>
span { border-color: #380006; }
span { border-color: rgb(56,0,6); }
td.TdClassName
{
border-color: #380006;
}
.TagClassName
{
border-color: #380006;
}
</style>