Shades of Rustic Red #38141D
Tints of Rustic Red #38141D
RGB
CMYK
RGB Variations
Color information
#38141D (or 0x38141D) is known color: Rustic Red. HEX triplet: 38, 14 and 1D. RGB value is (56,20,29). Sum of RGB (Red+Green+Blue) = 56+20+29=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38141D is #C7EBE2. Grayscale: #1F1F1F. Windows color (decimal): -13102051 or 1905720. OLE color: 1905720.
HSL color Cylindrical-coordinate representation of color #38141D: hue angle of 345º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38141D is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 20 | 29 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.78 |
| HSL | 345º | 0.47% | 0.15% | - |
| HSV(B) | 345º | 0.64% | 0.22% | - |
| XYZ | 2.1 | 1.43 | 1.33 | - |
| YUV | 31.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 29 | 0 | 0.64 | 0.48 | 0.78 | 345 | 0.47 | 0.15 |
| Hex | 38 | 14 | 1D | 0 | 40 | 30 | 4E | 159 | 2F | F |
| Octal | 70 | 24 | 35 | 0 | 100 | 60 | 116 | 531 | 57 | 17 |
| Binary | 111000 | 10100 | 11101 | 0 | 1000000 | 110000 | 1001110 | 101011001 | 101111 | 1111 |
Color Harmonies of #38141D
Complementary color
Monochromatic Colors of #38141D
Black with #38141D
Text Example
Text Example
White with #38141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38141D; }
p { color: rgb(56,20,29); }
H1.HeaderClassName
{
color: #38141D;
}
.AnyTagClassName
{
color: #38141D;
}
</style>
background-color css
<style>
a { background-color: #38141D; }
a { background-color: rgb(56,20,29); }
div.DivClassName
{
background-color: #38141D;
}
.BgClassName
{
background-color: #38141D;
}
</style>
border-color css
<style>
span { border-color: #38141D; }
span { border-color: rgb(56,20,29); }
td.TdClassName
{
border-color: #38141D;
}
.TagClassName
{
border-color: #38141D;
}
</style>