Shades of Rustic Red #38020D
Tints of Rustic Red #38020D
RGB
CMYK
RGB Variations
Color information
#38020D (or 0x38020D) is known color: Rustic Red. HEX triplet: 38, 02 and 0D. RGB value is (56,2,13). Sum of RGB (Red+Green+Blue) = 56+2+13=71 (9% of max value = 765). Red value is 56 (22.27% from 255 or 78.87% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 56 - color contains mainly: red. Hex color #38020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38020D is #C7FDF2. Grayscale: #131313. Windows color (decimal): -13106675 or 852536. OLE color: 852536.
HSL color Cylindrical-coordinate representation of color #38020D: hue angle of 347.78º 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 #38020D is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 13 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.78 |
| HSL | 347.78º | 0.93% | 0.11% | - |
| HSV(B) | 347.78º | 0.96% | 0.22% | - |
| XYZ | 1.73 | 0.91 | 0.47 | - |
| YUV | 19.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 13 | 0 | 0.96 | 0.77 | 0.78 | 347.78 | 0.93 | 0.11 |
| Hex | 38 | 2 | D | 0 | 60 | 4D | 4E | 15C | 5D | B |
| Octal | 70 | 2 | 15 | 0 | 140 | 115 | 116 | 534 | 135 | 13 |
| Binary | 111000 | 10 | 1101 | 0 | 1100000 | 1001101 | 1001110 | 101011100 | 1011101 | 1011 |
Color Harmonies of #38020D
Complementary color
Monochromatic Colors of #38020D
Black with #38020D
Text Example
Text Example
White with #38020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38020D; }
p { color: rgb(56,2,13); }
H1.HeaderClassName
{
color: #38020D;
}
.AnyTagClassName
{
color: #38020D;
}
</style>
background-color css
<style>
a { background-color: #38020D; }
a { background-color: rgb(56,2,13); }
div.DivClassName
{
background-color: #38020D;
}
.BgClassName
{
background-color: #38020D;
}
</style>
border-color css
<style>
span { border-color: #38020D; }
span { border-color: rgb(56,2,13); }
td.TdClassName
{
border-color: #38020D;
}
.TagClassName
{
border-color: #38020D;
}
</style>