Shades of Rustic Red #38050F
Tints of Rustic Red #38050F
RGB
CMYK
RGB Variations
Color information
#38050F (or 0x38050F) is known color: Rustic Red. HEX triplet: 38, 05 and 0F. RGB value is (56,5,15). Sum of RGB (Red+Green+Blue) = 56+5+15=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #38050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38050F is #C7FAF0. Grayscale: #151515. Windows color (decimal): -13105905 or 984376. OLE color: 984376.
HSL color Cylindrical-coordinate representation of color #38050F: hue angle of 348.24º 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 #38050F is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 5 | 15 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.78 |
| HSL | 348.24º | 0.84% | 0.12% | - |
| HSV(B) | 348.24º | 0.91% | 0.22% | - |
| XYZ | 1.77 | 0.98 | 0.55 | - |
| YUV | 21.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 15 | 0 | 0.91 | 0.73 | 0.78 | 348.24 | 0.84 | 0.12 |
| Hex | 38 | 5 | F | 0 | 5B | 49 | 4E | 15C | 54 | C |
| Octal | 70 | 5 | 17 | 0 | 133 | 111 | 116 | 534 | 124 | 14 |
| Binary | 111000 | 101 | 1111 | 0 | 1011011 | 1001001 | 1001110 | 101011100 | 1010100 | 1100 |
Color Harmonies of #38050F
Complementary color
Monochromatic Colors of #38050F
Black with #38050F
Text Example
Text Example
White with #38050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38050F; }
p { color: rgb(56,5,15); }
H1.HeaderClassName
{
color: #38050F;
}
.AnyTagClassName
{
color: #38050F;
}
</style>
background-color css
<style>
a { background-color: #38050F; }
a { background-color: rgb(56,5,15); }
div.DivClassName
{
background-color: #38050F;
}
.BgClassName
{
background-color: #38050F;
}
</style>
border-color css
<style>
span { border-color: #38050F; }
span { border-color: rgb(56,5,15); }
td.TdClassName
{
border-color: #38050F;
}
.TagClassName
{
border-color: #38050F;
}
</style>