Shades of Rustic Red #38101B
Tints of Rustic Red #38101B
RGB
CMYK
RGB Variations
Color information
#38101B (or 0x38101B) is known color: Rustic Red. HEX triplet: 38, 10 and 1B. RGB value is (56,16,27). Sum of RGB (Red+Green+Blue) = 56+16+27=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #38101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38101B is #C7EFE4. Grayscale: #1D1D1D. Windows color (decimal): -13103077 or 1773624. OLE color: 1773624.
HSL color Cylindrical-coordinate representation of color #38101B: hue angle of 343.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38101B is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 16 | 27 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.78 |
| HSL | 343.5º | 0.56% | 0.14% | - |
| HSV(B) | 343.5º | 0.71% | 0.22% | - |
| XYZ | 2.01 | 1.29 | 1.18 | - |
| YUV | 29.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 27 | 0 | 0.71 | 0.52 | 0.78 | 343.5 | 0.56 | 0.14 |
| Hex | 38 | 10 | 1B | 0 | 47 | 34 | 4E | 158 | 38 | E |
| Octal | 70 | 20 | 33 | 0 | 107 | 64 | 116 | 530 | 70 | 16 |
| Binary | 111000 | 10000 | 11011 | 0 | 1000111 | 110100 | 1001110 | 101011000 | 111000 | 1110 |
Color Harmonies of #38101B
Complementary color
Monochromatic Colors of #38101B
Black with #38101B
Text Example
Text Example
White with #38101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38101B; }
p { color: rgb(56,16,27); }
H1.HeaderClassName
{
color: #38101B;
}
.AnyTagClassName
{
color: #38101B;
}
</style>
background-color css
<style>
a { background-color: #38101B; }
a { background-color: rgb(56,16,27); }
div.DivClassName
{
background-color: #38101B;
}
.BgClassName
{
background-color: #38101B;
}
</style>
border-color css
<style>
span { border-color: #38101B; }
span { border-color: rgb(56,16,27); }
td.TdClassName
{
border-color: #38101B;
}
.TagClassName
{
border-color: #38101B;
}
</style>