Shades of Rustic Red #38181B
Tints of Rustic Red #38181B
RGB
CMYK
RGB Variations
Color information
#38181B (or 0x38181B) is known color: Rustic Red. HEX triplet: 38, 18 and 1B. RGB value is (56,24,27). Sum of RGB (Red+Green+Blue) = 56+24+27=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38181B is #C7E7E4. Grayscale: #212121. Windows color (decimal): -13101029 or 1775672. OLE color: 1775672.
HSL color Cylindrical-coordinate representation of color #38181B: hue angle of 354.38º 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 #38181B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 24 | 27 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.78 |
| HSL | 354.38º | 0.4% | 0.16% | - |
| HSV(B) | 354.38º | 0.57% | 0.22% | - |
| XYZ | 2.16 | 1.57 | 1.23 | - |
| YUV | 33.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 27 | 0 | 0.57 | 0.52 | 0.78 | 354.38 | 0.4 | 0.16 |
| Hex | 38 | 18 | 1B | 0 | 39 | 34 | 4E | 162 | 28 | 10 |
| Octal | 70 | 30 | 33 | 0 | 71 | 64 | 116 | 542 | 50 | 20 |
| Binary | 111000 | 11000 | 11011 | 0 | 111001 | 110100 | 1001110 | 101100010 | 101000 | 10000 |
Color Harmonies of #38181B
Complementary color
Monochromatic Colors of #38181B
Black with #38181B
Text Example
Text Example
White with #38181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38181B; }
p { color: rgb(56,24,27); }
H1.HeaderClassName
{
color: #38181B;
}
.AnyTagClassName
{
color: #38181B;
}
</style>
background-color css
<style>
a { background-color: #38181B; }
a { background-color: rgb(56,24,27); }
div.DivClassName
{
background-color: #38181B;
}
.BgClassName
{
background-color: #38181B;
}
</style>
border-color css
<style>
span { border-color: #38181B; }
span { border-color: rgb(56,24,27); }
td.TdClassName
{
border-color: #38181B;
}
.TagClassName
{
border-color: #38181B;
}
</style>