Shades of Rustic Red #38151D
Tints of Rustic Red #38151D
RGB
CMYK
RGB Variations
Color information
#38151D (or 0x38151D) is known color: Rustic Red. HEX triplet: 38, 15 and 1D. RGB value is (56,21,29). Sum of RGB (Red+Green+Blue) = 56+21+29=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38151D is #C7EAE2. Grayscale: #202020. Windows color (decimal): -13101795 or 1905976. OLE color: 1905976.
HSL color Cylindrical-coordinate representation of color #38151D: hue angle of 346.29º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38151D is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 21 | 29 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.78 |
| HSL | 346.29º | 0.45% | 0.15% | - |
| HSV(B) | 346.29º | 0.63% | 0.22% | - |
| XYZ | 2.12 | 1.47 | 1.33 | - |
| YUV | 32.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 29 | 0 | 0.63 | 0.48 | 0.78 | 346.29 | 0.45 | 0.15 |
| Hex | 38 | 15 | 1D | 0 | 3F | 30 | 4E | 15A | 2D | F |
| Octal | 70 | 25 | 35 | 0 | 77 | 60 | 116 | 532 | 55 | 17 |
| Binary | 111000 | 10101 | 11101 | 0 | 111111 | 110000 | 1001110 | 101011010 | 101101 | 1111 |
Color Harmonies of #38151D
Complementary color
Monochromatic Colors of #38151D
Black with #38151D
Text Example
Text Example
White with #38151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38151D; }
p { color: rgb(56,21,29); }
H1.HeaderClassName
{
color: #38151D;
}
.AnyTagClassName
{
color: #38151D;
}
</style>
background-color css
<style>
a { background-color: #38151D; }
a { background-color: rgb(56,21,29); }
div.DivClassName
{
background-color: #38151D;
}
.BgClassName
{
background-color: #38151D;
}
</style>
border-color css
<style>
span { border-color: #38151D; }
span { border-color: rgb(56,21,29); }
td.TdClassName
{
border-color: #38151D;
}
.TagClassName
{
border-color: #38151D;
}
</style>