Shades of Rustic Red #38091A
Tints of Rustic Red #38091A
RGB
CMYK
RGB Variations
Color information
#38091A (or 0x38091A) is known color: Rustic Red. HEX triplet: 38, 09 and 1A. RGB value is (56,9,26). Sum of RGB (Red+Green+Blue) = 56+9+26=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38091A is #C7F6E5. Grayscale: #181818. Windows color (decimal): -13104870 or 1706296. OLE color: 1706296.
HSL color Cylindrical-coordinate representation of color #38091A: hue angle of 338.3º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38091A is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 9 | 26 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.78 |
| HSL | 338.3º | 0.72% | 0.13% | - |
| HSV(B) | 338.3º | 0.84% | 0.22% | - |
| XYZ | 1.92 | 1.11 | 1.09 | - |
| YUV | 24.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 26 | 0 | 0.84 | 0.54 | 0.78 | 338.3 | 0.72 | 0.13 |
| Hex | 38 | 9 | 1A | 0 | 54 | 36 | 4E | 152 | 48 | D |
| Octal | 70 | 11 | 32 | 0 | 124 | 66 | 116 | 522 | 110 | 15 |
| Binary | 111000 | 1001 | 11010 | 0 | 1010100 | 110110 | 1001110 | 101010010 | 1001000 | 1101 |
Color Harmonies of #38091A
Complementary color
Monochromatic Colors of #38091A
Black with #38091A
Text Example
Text Example
White with #38091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38091A; }
p { color: rgb(56,9,26); }
H1.HeaderClassName
{
color: #38091A;
}
.AnyTagClassName
{
color: #38091A;
}
</style>
background-color css
<style>
a { background-color: #38091A; }
a { background-color: rgb(56,9,26); }
div.DivClassName
{
background-color: #38091A;
}
.BgClassName
{
background-color: #38091A;
}
</style>
border-color css
<style>
span { border-color: #38091A; }
span { border-color: rgb(56,9,26); }
td.TdClassName
{
border-color: #38091A;
}
.TagClassName
{
border-color: #38091A;
}
</style>