Shades of Rustic Red #38151C
Tints of Rustic Red #38151C
RGB
CMYK
RGB Variations
Color information
#38151C (or 0x38151C) is known color: Rustic Red. HEX triplet: 38, 15 and 1C. RGB value is (56,21,28). Sum of RGB (Red+Green+Blue) = 56+21+28=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38151C is #C7EAE3. Grayscale: #202020. Windows color (decimal): -13101796 or 1840440. OLE color: 1840440.
HSL color Cylindrical-coordinate representation of color #38151C: hue angle of 348º 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 #38151C is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 21 | 28 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.78 |
| HSL | 348º | 0.45% | 0.15% | - |
| HSV(B) | 348º | 0.63% | 0.22% | - |
| XYZ | 2.11 | 1.46 | 1.27 | - |
| YUV | 32.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 28 | 0 | 0.63 | 0.50 | 0.78 | 348 | 0.45 | 0.15 |
| Hex | 38 | 15 | 1C | 0 | 3F | 32 | 4E | 15C | 2D | F |
| Octal | 70 | 25 | 34 | 0 | 77 | 62 | 116 | 534 | 55 | 17 |
| Binary | 111000 | 10101 | 11100 | 0 | 111111 | 110010 | 1001110 | 101011100 | 101101 | 1111 |
Color Harmonies of #38151C
Complementary color
Monochromatic Colors of #38151C
Black with #38151C
Text Example
Text Example
White with #38151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38151C; }
p { color: rgb(56,21,28); }
H1.HeaderClassName
{
color: #38151C;
}
.AnyTagClassName
{
color: #38151C;
}
</style>
background-color css
<style>
a { background-color: #38151C; }
a { background-color: rgb(56,21,28); }
div.DivClassName
{
background-color: #38151C;
}
.BgClassName
{
background-color: #38151C;
}
</style>
border-color css
<style>
span { border-color: #38151C; }
span { border-color: rgb(56,21,28); }
td.TdClassName
{
border-color: #38151C;
}
.TagClassName
{
border-color: #38151C;
}
</style>