Shades of Rustic Red #390213
Tints of Rustic Red #390213
RGB
CMYK
RGB Variations
Color information
#390213 (or 0x390213) is known color: Rustic Red. HEX triplet: 39, 02 and 13. RGB value is (57,2,19). Sum of RGB (Red+Green+Blue) = 57+2+19=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #390213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390213 is #C6FDEC. Grayscale: #141414. Windows color (decimal): -13041133 or 1245753. OLE color: 1245753.
HSL color Cylindrical-coordinate representation of color #390213: hue angle of 341.45º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390213 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 2 | 19 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.78 |
| HSL | 341.45º | 0.93% | 0.12% | - |
| HSV(B) | 341.45º | 0.96% | 0.22% | - |
| XYZ | 1.83 | 0.96 | 0.71 | - |
| YUV | 20.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 19 | 0 | 0.96 | 0.67 | 0.78 | 341.45 | 0.93 | 0.12 |
| Hex | 39 | 2 | 13 | 0 | 60 | 43 | 4E | 155 | 5D | C |
| Octal | 71 | 2 | 23 | 0 | 140 | 103 | 116 | 525 | 135 | 14 |
| Binary | 111001 | 10 | 10011 | 0 | 1100000 | 1000011 | 1001110 | 101010101 | 1011101 | 1100 |
Color Harmonies of #390213
Complementary color
Monochromatic Colors of #390213
Black with #390213
Text Example
Text Example
White with #390213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390213; }
p { color: rgb(57,2,19); }
H1.HeaderClassName
{
color: #390213;
}
.AnyTagClassName
{
color: #390213;
}
</style>
background-color css
<style>
a { background-color: #390213; }
a { background-color: rgb(57,2,19); }
div.DivClassName
{
background-color: #390213;
}
.BgClassName
{
background-color: #390213;
}
</style>
border-color css
<style>
span { border-color: #390213; }
span { border-color: rgb(57,2,19); }
td.TdClassName
{
border-color: #390213;
}
.TagClassName
{
border-color: #390213;
}
</style>