Shades of Rustic Red #38111B
Tints of Rustic Red #38111B
RGB
CMYK
RGB Variations
Color information
#38111B (or 0x38111B) is known color: Rustic Red. HEX triplet: 38, 11 and 1B. RGB value is (56,17,27). Sum of RGB (Red+Green+Blue) = 56+17+27=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #38111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38111B is #C7EEE4. Grayscale: #1D1D1D. Windows color (decimal): -13102821 or 1773880. OLE color: 1773880.
HSL color Cylindrical-coordinate representation of color #38111B: hue angle of 344.62º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38111B is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 17 | 27 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.78 |
| HSL | 344.62º | 0.53% | 0.14% | - |
| HSV(B) | 344.62º | 0.7% | 0.22% | - |
| XYZ | 2.03 | 1.32 | 1.18 | - |
| YUV | 29.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 27 | 0 | 0.70 | 0.52 | 0.78 | 344.62 | 0.53 | 0.14 |
| Hex | 38 | 11 | 1B | 0 | 46 | 34 | 4E | 159 | 35 | E |
| Octal | 70 | 21 | 33 | 0 | 106 | 64 | 116 | 531 | 65 | 16 |
| Binary | 111000 | 10001 | 11011 | 0 | 1000110 | 110100 | 1001110 | 101011001 | 110101 | 1110 |
Color Harmonies of #38111B
Complementary color
Monochromatic Colors of #38111B
Black with #38111B
Text Example
Text Example
White with #38111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38111B; }
p { color: rgb(56,17,27); }
H1.HeaderClassName
{
color: #38111B;
}
.AnyTagClassName
{
color: #38111B;
}
</style>
background-color css
<style>
a { background-color: #38111B; }
a { background-color: rgb(56,17,27); }
div.DivClassName
{
background-color: #38111B;
}
.BgClassName
{
background-color: #38111B;
}
</style>
border-color css
<style>
span { border-color: #38111B; }
span { border-color: rgb(56,17,27); }
td.TdClassName
{
border-color: #38111B;
}
.TagClassName
{
border-color: #38111B;
}
</style>