Shades of Rustic Red #38191B
Tints of Rustic Red #38191B
RGB
CMYK
RGB Variations
Color information
#38191B (or 0x38191B) is known color: Rustic Red. HEX triplet: 38, 19 and 1B. RGB value is (56,25,27). Sum of RGB (Red+Green+Blue) = 56+25+27=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #38191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38191B is #C7E6E4. Grayscale: #222222. Windows color (decimal): -13100773 or 1775928. OLE color: 1775928.
HSL color Cylindrical-coordinate representation of color #38191B: hue angle of 356.13º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38191B is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 25 | 27 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.78 |
| HSL | 356.13º | 0.38% | 0.16% | - |
| HSV(B) | 356.13º | 0.55% | 0.22% | - |
| XYZ | 2.18 | 1.62 | 1.23 | - |
| YUV | 34.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 27 | 0 | 0.55 | 0.52 | 0.78 | 356.13 | 0.38 | 0.16 |
| Hex | 38 | 19 | 1B | 0 | 37 | 34 | 4E | 164 | 26 | 10 |
| Octal | 70 | 31 | 33 | 0 | 67 | 64 | 116 | 544 | 46 | 20 |
| Binary | 111000 | 11001 | 11011 | 0 | 110111 | 110100 | 1001110 | 101100100 | 100110 | 10000 |
Color Harmonies of #38191B
Complementary color
Monochromatic Colors of #38191B
Black with #38191B
Text Example
Text Example
White with #38191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38191B; }
p { color: rgb(56,25,27); }
H1.HeaderClassName
{
color: #38191B;
}
.AnyTagClassName
{
color: #38191B;
}
</style>
background-color css
<style>
a { background-color: #38191B; }
a { background-color: rgb(56,25,27); }
div.DivClassName
{
background-color: #38191B;
}
.BgClassName
{
background-color: #38191B;
}
</style>
border-color css
<style>
span { border-color: #38191B; }
span { border-color: rgb(56,25,27); }
td.TdClassName
{
border-color: #38191B;
}
.TagClassName
{
border-color: #38191B;
}
</style>