Shades of Rustic Red #38000E
Tints of Rustic Red #38000E
RGB
CMYK
RGB Variations
Color information
#38000E (or 0x38000E) is known color: Rustic Red. HEX triplet: 38, 00 and 0E. RGB value is (56,0,14). Sum of RGB (Red+Green+Blue) = 56+0+14=70 (9% of max value = 765). Red value is 56 (22.27% from 255 or 80% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 56 - color contains mainly: red. Hex color #38000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38000E is #C7FFF1. Grayscale: #121212. Windows color (decimal): -13107186 or 917560. OLE color: 917560.
HSL color Cylindrical-coordinate representation of color #38000E: hue angle of 345º 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 #38000E is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.75 | 0.78 |
| HSL | 345º | 1% | 0.11% | - |
| HSV(B) | 345º | 1% | 0.22% | - |
| XYZ | 1.71 | 0.87 | 0.49 | - |
| YUV | 18.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 14 | 0 | 1 | 0.75 | 0.78 | 345 | 1 | 0.11 |
| Hex | 38 | 0 | E | 0 | 64 | 4B | 4E | 159 | 64 | B |
| Octal | 70 | 0 | 16 | 0 | 144 | 113 | 116 | 531 | 144 | 13 |
| Binary | 111000 | 0 | 1110 | 0 | 1100100 | 1001011 | 1001110 | 101011001 | 1100100 | 1011 |
Color Harmonies of #38000E
Complementary color
Monochromatic Colors of #38000E
Black with #38000E
Text Example
Text Example
White with #38000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38000E; }
p { color: rgb(56,0,14); }
H1.HeaderClassName
{
color: #38000E;
}
.AnyTagClassName
{
color: #38000E;
}
</style>
background-color css
<style>
a { background-color: #38000E; }
a { background-color: rgb(56,0,14); }
div.DivClassName
{
background-color: #38000E;
}
.BgClassName
{
background-color: #38000E;
}
</style>
border-color css
<style>
span { border-color: #38000E; }
span { border-color: rgb(56,0,14); }
td.TdClassName
{
border-color: #38000E;
}
.TagClassName
{
border-color: #38000E;
}
</style>