Shades of Rustic Red #39020F
Tints of Rustic Red #39020F
RGB
CMYK
RGB Variations
Color information
#39020F (or 0x39020F) is known color: Rustic Red. HEX triplet: 39, 02 and 0F. RGB value is (57,2,15). Sum of RGB (Red+Green+Blue) = 57+2+15=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #39020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39020F is #C6FDF0. Grayscale: #131313. Windows color (decimal): -13041137 or 983609. OLE color: 983609.
HSL color Cylindrical-coordinate representation of color #39020F: hue angle of 345.82º 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 #39020F is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 2 | 15 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.78 |
| HSL | 345.82º | 0.93% | 0.12% | - |
| HSV(B) | 345.82º | 0.96% | 0.22% | - |
| XYZ | 1.8 | 0.95 | 0.54 | - |
| YUV | 19.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 15 | 0 | 0.96 | 0.74 | 0.78 | 345.82 | 0.93 | 0.12 |
| Hex | 39 | 2 | F | 0 | 60 | 4A | 4E | 15A | 5D | C |
| Octal | 71 | 2 | 17 | 0 | 140 | 112 | 116 | 532 | 135 | 14 |
| Binary | 111001 | 10 | 1111 | 0 | 1100000 | 1001010 | 1001110 | 101011010 | 1011101 | 1100 |
Color Harmonies of #39020F
Complementary color
Monochromatic Colors of #39020F
Black with #39020F
Text Example
Text Example
White with #39020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39020F; }
p { color: rgb(57,2,15); }
H1.HeaderClassName
{
color: #39020F;
}
.AnyTagClassName
{
color: #39020F;
}
</style>
background-color css
<style>
a { background-color: #39020F; }
a { background-color: rgb(57,2,15); }
div.DivClassName
{
background-color: #39020F;
}
.BgClassName
{
background-color: #39020F;
}
</style>
border-color css
<style>
span { border-color: #39020F; }
span { border-color: rgb(57,2,15); }
td.TdClassName
{
border-color: #39020F;
}
.TagClassName
{
border-color: #39020F;
}
</style>