Shades of Rustic Red #380009
Tints of Rustic Red #380009
RGB
CMYK
RGB Variations
Color information
#380009 (or 0x380009) is known color: Rustic Red. HEX triplet: 38, 00 and 09. RGB value is (56,0,9). Sum of RGB (Red+Green+Blue) = 56+0+9=65 (8% of max value = 765). Red value is 56 (22.27% from 255 or 86.15% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 56 - color contains mainly: red. Hex color #380009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380009 is #C7FFF6. Grayscale: #111111. Windows color (decimal): -13107191 or 589880. OLE color: 589880.
HSL color Cylindrical-coordinate representation of color #380009: hue angle of 350.36º 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 #380009 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.84 | 0.78 |
| HSL | 350.36º | 1% | 0.11% | - |
| HSV(B) | 350.36º | 1% | 0.22% | - |
| XYZ | 1.68 | 0.86 | 0.34 | - |
| YUV | 17.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 9 | 0 | 1 | 0.84 | 0.78 | 350.36 | 1 | 0.11 |
| Hex | 38 | 0 | 9 | 0 | 64 | 54 | 4E | 15E | 64 | B |
| Octal | 70 | 0 | 11 | 0 | 144 | 124 | 116 | 536 | 144 | 13 |
| Binary | 111000 | 0 | 1001 | 0 | 1100100 | 1010100 | 1001110 | 101011110 | 1100100 | 1011 |
Color Harmonies of #380009
Complementary color
Monochromatic Colors of #380009
Black with #380009
Text Example
Text Example
White with #380009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380009; }
p { color: rgb(56,0,9); }
H1.HeaderClassName
{
color: #380009;
}
.AnyTagClassName
{
color: #380009;
}
</style>
background-color css
<style>
a { background-color: #380009; }
a { background-color: rgb(56,0,9); }
div.DivClassName
{
background-color: #380009;
}
.BgClassName
{
background-color: #380009;
}
</style>
border-color css
<style>
span { border-color: #380009; }
span { border-color: rgb(56,0,9); }
td.TdClassName
{
border-color: #380009;
}
.TagClassName
{
border-color: #380009;
}
</style>