Shades of Rustic Red #38090F
Tints of Rustic Red #38090F
RGB
CMYK
RGB Variations
Color information
#38090F (or 0x38090F) is known color: Rustic Red. HEX triplet: 38, 09 and 0F. RGB value is (56,9,15). Sum of RGB (Red+Green+Blue) = 56+9+15=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #38090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38090F is #C7F6F0. Grayscale: #171717. Windows color (decimal): -13104881 or 985400. OLE color: 985400.
HSL color Cylindrical-coordinate representation of color #38090F: hue angle of 352.34º 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 #38090F is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 9 | 15 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.78 |
| HSL | 352.34º | 0.72% | 0.13% | - |
| HSV(B) | 352.34º | 0.84% | 0.22% | - |
| XYZ | 1.81 | 1.07 | 0.56 | - |
| YUV | 23.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 15 | 0 | 0.84 | 0.73 | 0.78 | 352.34 | 0.72 | 0.13 |
| Hex | 38 | 9 | F | 0 | 54 | 49 | 4E | 160 | 48 | D |
| Octal | 70 | 11 | 17 | 0 | 124 | 111 | 116 | 540 | 110 | 15 |
| Binary | 111000 | 1001 | 1111 | 0 | 1010100 | 1001001 | 1001110 | 101100000 | 1001000 | 1101 |
Color Harmonies of #38090F
Complementary color
Monochromatic Colors of #38090F
Black with #38090F
Text Example
Text Example
White with #38090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38090F; }
p { color: rgb(56,9,15); }
H1.HeaderClassName
{
color: #38090F;
}
.AnyTagClassName
{
color: #38090F;
}
</style>
background-color css
<style>
a { background-color: #38090F; }
a { background-color: rgb(56,9,15); }
div.DivClassName
{
background-color: #38090F;
}
.BgClassName
{
background-color: #38090F;
}
</style>
border-color css
<style>
span { border-color: #38090F; }
span { border-color: rgb(56,9,15); }
td.TdClassName
{
border-color: #38090F;
}
.TagClassName
{
border-color: #38090F;
}
</style>