Shades of Rustic Red #380008
Tints of Rustic Red #380008
RGB
CMYK
RGB Variations
Color information
#380008 (or 0x380008) is known color: Rustic Red. HEX triplet: 38, 00 and 08. RGB value is (56,0,8). Sum of RGB (Red+Green+Blue) = 56+0+8=64 (8% of max value = 765). Red value is 56 (22.27% from 255 or 87.5% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 56 - color contains mainly: red. Hex color #380008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380008 is #C7FFF7. Grayscale: #111111. Windows color (decimal): -13107192 or 524344. OLE color: 524344.
HSL color Cylindrical-coordinate representation of color #380008: hue angle of 351.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 #380008 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.86 | 0.78 |
| HSL | 351.43º | 1% | 0.11% | - |
| HSV(B) | 351.43º | 1% | 0.22% | - |
| XYZ | 1.67 | 0.86 | 0.31 | - |
| YUV | 17.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 8 | 0 | 1 | 0.86 | 0.78 | 351.43 | 1 | 0.11 |
| Hex | 38 | 0 | 8 | 0 | 64 | 56 | 4E | 15F | 64 | B |
| Octal | 70 | 0 | 10 | 0 | 144 | 126 | 116 | 537 | 144 | 13 |
| Binary | 111000 | 0 | 1000 | 0 | 1100100 | 1010110 | 1001110 | 101011111 | 1100100 | 1011 |
Color Harmonies of #380008
Complementary color
Monochromatic Colors of #380008
Black with #380008
Text Example
Text Example
White with #380008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380008; }
p { color: rgb(56,0,8); }
H1.HeaderClassName
{
color: #380008;
}
.AnyTagClassName
{
color: #380008;
}
</style>
background-color css
<style>
a { background-color: #380008; }
a { background-color: rgb(56,0,8); }
div.DivClassName
{
background-color: #380008;
}
.BgClassName
{
background-color: #380008;
}
</style>
border-color css
<style>
span { border-color: #380008; }
span { border-color: rgb(56,0,8); }
td.TdClassName
{
border-color: #380008;
}
.TagClassName
{
border-color: #380008;
}
</style>