Shades of Rustic Red #38040F
Tints of Rustic Red #38040F
RGB
CMYK
RGB Variations
Color information
#38040F (or 0x38040F) is known color: Rustic Red. HEX triplet: 38, 04 and 0F. RGB value is (56,4,15). Sum of RGB (Red+Green+Blue) = 56+4+15=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #38040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38040F is #C7FBF0. Grayscale: #141414. Windows color (decimal): -13106161 or 984120. OLE color: 984120.
HSL color Cylindrical-coordinate representation of color #38040F: hue angle of 347.31º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38040F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 4 | 15 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.78 |
| HSL | 347.31º | 0.87% | 0.12% | - |
| HSV(B) | 347.31º | 0.93% | 0.22% | - |
| XYZ | 1.76 | 0.96 | 0.54 | - |
| YUV | 20.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 15 | 0 | 0.93 | 0.73 | 0.78 | 347.31 | 0.87 | 0.12 |
| Hex | 38 | 4 | F | 0 | 5D | 49 | 4E | 15B | 57 | C |
| Octal | 70 | 4 | 17 | 0 | 135 | 111 | 116 | 533 | 127 | 14 |
| Binary | 111000 | 100 | 1111 | 0 | 1011101 | 1001001 | 1001110 | 101011011 | 1010111 | 1100 |
Color Harmonies of #38040F
Complementary color
Monochromatic Colors of #38040F
Black with #38040F
Text Example
Text Example
White with #38040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38040F; }
p { color: rgb(56,4,15); }
H1.HeaderClassName
{
color: #38040F;
}
.AnyTagClassName
{
color: #38040F;
}
</style>
background-color css
<style>
a { background-color: #38040F; }
a { background-color: rgb(56,4,15); }
div.DivClassName
{
background-color: #38040F;
}
.BgClassName
{
background-color: #38040F;
}
</style>
border-color css
<style>
span { border-color: #38040F; }
span { border-color: rgb(56,4,15); }
td.TdClassName
{
border-color: #38040F;
}
.TagClassName
{
border-color: #38040F;
}
</style>