Shades of Rustic Red #38101C
Tints of Rustic Red #38101C
RGB
CMYK
RGB Variations
Color information
#38101C (or 0x38101C) is known color: Rustic Red. HEX triplet: 38, 10 and 1C. RGB value is (56,16,28). Sum of RGB (Red+Green+Blue) = 56+16+28=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #38101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38101C is #C7EFE3. Grayscale: #1D1D1D. Windows color (decimal): -13103076 or 1839160. OLE color: 1839160.
HSL color Cylindrical-coordinate representation of color #38101C: hue angle of 342º 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 #38101C is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 16 | 28 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.78 |
| HSL | 342º | 0.56% | 0.14% | - |
| HSV(B) | 342º | 0.71% | 0.22% | - |
| XYZ | 2.03 | 1.3 | 1.24 | - |
| YUV | 29.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 28 | 0 | 0.71 | 0.50 | 0.78 | 342 | 0.56 | 0.14 |
| Hex | 38 | 10 | 1C | 0 | 47 | 32 | 4E | 156 | 38 | E |
| Octal | 70 | 20 | 34 | 0 | 107 | 62 | 116 | 526 | 70 | 16 |
| Binary | 111000 | 10000 | 11100 | 0 | 1000111 | 110010 | 1001110 | 101010110 | 111000 | 1110 |
Color Harmonies of #38101C
Complementary color
Monochromatic Colors of #38101C
Black with #38101C
Text Example
Text Example
White with #38101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38101C; }
p { color: rgb(56,16,28); }
H1.HeaderClassName
{
color: #38101C;
}
.AnyTagClassName
{
color: #38101C;
}
</style>
background-color css
<style>
a { background-color: #38101C; }
a { background-color: rgb(56,16,28); }
div.DivClassName
{
background-color: #38101C;
}
.BgClassName
{
background-color: #38101C;
}
</style>
border-color css
<style>
span { border-color: #38101C; }
span { border-color: rgb(56,16,28); }
td.TdClassName
{
border-color: #38101C;
}
.TagClassName
{
border-color: #38101C;
}
</style>