Shades of Rustic Red #38050C
Tints of Rustic Red #38050C
RGB
CMYK
RGB Variations
Color information
#38050C (or 0x38050C) is known color: Rustic Red. HEX triplet: 38, 05 and 0C. RGB value is (56,5,12). Sum of RGB (Red+Green+Blue) = 56+5+12=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #38050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38050C is #C7FAF3. Grayscale: #151515. Windows color (decimal): -13105908 or 787768. OLE color: 787768.
HSL color Cylindrical-coordinate representation of color #38050C: hue angle of 351.76º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38050C is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 5 | 12 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.78 |
| HSL | 351.76º | 0.84% | 0.12% | - |
| HSV(B) | 351.76º | 0.91% | 0.22% | - |
| XYZ | 1.75 | 0.98 | 0.44 | - |
| YUV | 21.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 12 | 0 | 0.91 | 0.79 | 0.78 | 351.76 | 0.84 | 0.12 |
| Hex | 38 | 5 | C | 0 | 5B | 4F | 4E | 160 | 54 | C |
| Octal | 70 | 5 | 14 | 0 | 133 | 117 | 116 | 540 | 124 | 14 |
| Binary | 111000 | 101 | 1100 | 0 | 1011011 | 1001111 | 1001110 | 101100000 | 1010100 | 1100 |
Color Harmonies of #38050C
Complementary color
Monochromatic Colors of #38050C
Black with #38050C
Text Example
Text Example
White with #38050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38050C; }
p { color: rgb(56,5,12); }
H1.HeaderClassName
{
color: #38050C;
}
.AnyTagClassName
{
color: #38050C;
}
</style>
background-color css
<style>
a { background-color: #38050C; }
a { background-color: rgb(56,5,12); }
div.DivClassName
{
background-color: #38050C;
}
.BgClassName
{
background-color: #38050C;
}
</style>
border-color css
<style>
span { border-color: #38050C; }
span { border-color: rgb(56,5,12); }
td.TdClassName
{
border-color: #38050C;
}
.TagClassName
{
border-color: #38050C;
}
</style>