Shades of Rustic Red #38020E
Tints of Rustic Red #38020E
RGB
CMYK
RGB Variations
Color information
#38020E (or 0x38020E) is known color: Rustic Red. HEX triplet: 38, 02 and 0E. RGB value is (56,2,14). Sum of RGB (Red+Green+Blue) = 56+2+14=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #38020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38020E is #C7FDF1. Grayscale: #131313. Windows color (decimal): -13106674 or 918072. OLE color: 918072.
HSL color Cylindrical-coordinate representation of color #38020E: hue angle of 346.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38020E is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 14 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.78 |
| HSL | 346.67º | 0.93% | 0.11% | - |
| HSV(B) | 346.67º | 0.96% | 0.22% | - |
| XYZ | 1.73 | 0.92 | 0.5 | - |
| YUV | 19.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 14 | 0 | 0.96 | 0.75 | 0.78 | 346.67 | 0.93 | 0.11 |
| Hex | 38 | 2 | E | 0 | 60 | 4B | 4E | 15B | 5D | B |
| Octal | 70 | 2 | 16 | 0 | 140 | 113 | 116 | 533 | 135 | 13 |
| Binary | 111000 | 10 | 1110 | 0 | 1100000 | 1001011 | 1001110 | 101011011 | 1011101 | 1011 |
Color Harmonies of #38020E
Complementary color
Monochromatic Colors of #38020E
Black with #38020E
Text Example
Text Example
White with #38020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38020E; }
p { color: rgb(56,2,14); }
H1.HeaderClassName
{
color: #38020E;
}
.AnyTagClassName
{
color: #38020E;
}
</style>
background-color css
<style>
a { background-color: #38020E; }
a { background-color: rgb(56,2,14); }
div.DivClassName
{
background-color: #38020E;
}
.BgClassName
{
background-color: #38020E;
}
</style>
border-color css
<style>
span { border-color: #38020E; }
span { border-color: rgb(56,2,14); }
td.TdClassName
{
border-color: #38020E;
}
.TagClassName
{
border-color: #38020E;
}
</style>