Shades of Rustic Red #38111A
Tints of Rustic Red #38111A
RGB
CMYK
RGB Variations
Color information
#38111A (or 0x38111A) is known color: Rustic Red. HEX triplet: 38, 11 and 1A. RGB value is (56,17,26). Sum of RGB (Red+Green+Blue) = 56+17+26=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #38111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38111A is #C7EEE5. Grayscale: #1D1D1D. Windows color (decimal): -13102822 or 1708344. OLE color: 1708344.
HSL color Cylindrical-coordinate representation of color #38111A: hue angle of 346.15º 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 #38111A is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 17 | 26 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.78 |
| HSL | 346.15º | 0.53% | 0.14% | - |
| HSV(B) | 346.15º | 0.7% | 0.22% | - |
| XYZ | 2.02 | 1.32 | 1.12 | - |
| YUV | 29.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 26 | 0 | 0.70 | 0.54 | 0.78 | 346.15 | 0.53 | 0.14 |
| Hex | 38 | 11 | 1A | 0 | 46 | 36 | 4E | 15A | 35 | E |
| Octal | 70 | 21 | 32 | 0 | 106 | 66 | 116 | 532 | 65 | 16 |
| Binary | 111000 | 10001 | 11010 | 0 | 1000110 | 110110 | 1001110 | 101011010 | 110101 | 1110 |
Color Harmonies of #38111A
Complementary color
Monochromatic Colors of #38111A
Black with #38111A
Text Example
Text Example
White with #38111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38111A; }
p { color: rgb(56,17,26); }
H1.HeaderClassName
{
color: #38111A;
}
.AnyTagClassName
{
color: #38111A;
}
</style>
background-color css
<style>
a { background-color: #38111A; }
a { background-color: rgb(56,17,26); }
div.DivClassName
{
background-color: #38111A;
}
.BgClassName
{
background-color: #38111A;
}
</style>
border-color css
<style>
span { border-color: #38111A; }
span { border-color: rgb(56,17,26); }
td.TdClassName
{
border-color: #38111A;
}
.TagClassName
{
border-color: #38111A;
}
</style>