Shades of Rustic Red #38181C
Tints of Rustic Red #38181C
RGB
CMYK
RGB Variations
Color information
#38181C (or 0x38181C) is known color: Rustic Red. HEX triplet: 38, 18 and 1C. RGB value is (56,24,28). Sum of RGB (Red+Green+Blue) = 56+24+28=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #38181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38181C is #C7E7E3. Grayscale: #222222. Windows color (decimal): -13101028 or 1841208. OLE color: 1841208.
HSL color Cylindrical-coordinate representation of color #38181C: hue angle of 352.5º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38181C is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 24 | 28 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.78 |
| HSL | 352.5º | 0.4% | 0.16% | - |
| HSV(B) | 352.5º | 0.57% | 0.22% | - |
| XYZ | 2.17 | 1.58 | 1.29 | - |
| YUV | 34.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 28 | 0 | 0.57 | 0.50 | 0.78 | 352.5 | 0.4 | 0.16 |
| Hex | 38 | 18 | 1C | 0 | 39 | 32 | 4E | 160 | 28 | 10 |
| Octal | 70 | 30 | 34 | 0 | 71 | 62 | 116 | 540 | 50 | 20 |
| Binary | 111000 | 11000 | 11100 | 0 | 111001 | 110010 | 1001110 | 101100000 | 101000 | 10000 |
Color Harmonies of #38181C
Complementary color
Monochromatic Colors of #38181C
Black with #38181C
Text Example
Text Example
White with #38181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38181C; }
p { color: rgb(56,24,28); }
H1.HeaderClassName
{
color: #38181C;
}
.AnyTagClassName
{
color: #38181C;
}
</style>
background-color css
<style>
a { background-color: #38181C; }
a { background-color: rgb(56,24,28); }
div.DivClassName
{
background-color: #38181C;
}
.BgClassName
{
background-color: #38181C;
}
</style>
border-color css
<style>
span { border-color: #38181C; }
span { border-color: rgb(56,24,28); }
td.TdClassName
{
border-color: #38181C;
}
.TagClassName
{
border-color: #38181C;
}
</style>