Shades of Rustic Red #380005
Tints of Rustic Red #380005
RGB
CMYK
RGB Variations
Color information
#380005 (or 0x380005) is known color: Rustic Red. HEX triplet: 38, 00 and 05. RGB value is (56,0,5). Sum of RGB (Red+Green+Blue) = 56+0+5=61 (8% of max value = 765). Red value is 56 (22.27% from 255 or 91.80% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 56 - color contains mainly: red. Hex color #380005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380005 is #C7FFFA. Grayscale: #111111. Windows color (decimal): -13107195 or 327736. OLE color: 327736.
HSL color Cylindrical-coordinate representation of color #380005: hue angle of 354.64º 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 #380005 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.91 | 0.78 |
| HSL | 354.64º | 1% | 0.11% | - |
| HSV(B) | 354.64º | 1% | 0.22% | - |
| XYZ | 1.66 | 0.85 | 0.22 | - |
| YUV | 17.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 5 | 0 | 1 | 0.91 | 0.78 | 354.64 | 1 | 0.11 |
| Hex | 38 | 0 | 5 | 0 | 64 | 5B | 4E | 163 | 64 | B |
| Octal | 70 | 0 | 5 | 0 | 144 | 133 | 116 | 543 | 144 | 13 |
| Binary | 111000 | 0 | 101 | 0 | 1100100 | 1011011 | 1001110 | 101100011 | 1100100 | 1011 |
Color Harmonies of #380005
Complementary color
Monochromatic Colors of #380005
Black with #380005
Text Example
Text Example
White with #380005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380005; }
p { color: rgb(56,0,5); }
H1.HeaderClassName
{
color: #380005;
}
.AnyTagClassName
{
color: #380005;
}
</style>
background-color css
<style>
a { background-color: #380005; }
a { background-color: rgb(56,0,5); }
div.DivClassName
{
background-color: #380005;
}
.BgClassName
{
background-color: #380005;
}
</style>
border-color css
<style>
span { border-color: #380005; }
span { border-color: rgb(56,0,5); }
td.TdClassName
{
border-color: #380005;
}
.TagClassName
{
border-color: #380005;
}
</style>