Shades of Rustic Red #39060A
Tints of Rustic Red #39060A
RGB
CMYK
RGB Variations
Color information
#39060A (or 0x39060A) is known color: Rustic Red. HEX triplet: 39, 06 and 0A. RGB value is (57,6,10). Sum of RGB (Red+Green+Blue) = 57+6+10=73 (9% of max value = 765). Red value is 57 (22.66% from 255 or 78.08% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 57 - color contains mainly: red. Hex color #39060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39060A is #C6F9F5. Grayscale: #151515. Windows color (decimal): -13040118 or 656953. OLE color: 656953.
HSL color Cylindrical-coordinate representation of color #39060A: hue angle of 355.29º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39060A is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 6 | 10 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.78 |
| HSL | 355.29º | 0.81% | 0.12% | - |
| HSV(B) | 355.29º | 0.89% | 0.22% | - |
| XYZ | 1.81 | 1.02 | 0.39 | - |
| YUV | 21.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 6 | 10 | 0 | 0.89 | 0.82 | 0.78 | 355.29 | 0.81 | 0.12 |
| Hex | 39 | 6 | A | 0 | 59 | 52 | 4E | 163 | 51 | C |
| Octal | 71 | 6 | 12 | 0 | 131 | 122 | 116 | 543 | 121 | 14 |
| Binary | 111001 | 110 | 1010 | 0 | 1011001 | 1010010 | 1001110 | 101100011 | 1010001 | 1100 |
Color Harmonies of #39060A
Complementary color
Monochromatic Colors of #39060A
Black with #39060A
Text Example
Text Example
White with #39060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39060A; }
p { color: rgb(57,6,10); }
H1.HeaderClassName
{
color: #39060A;
}
.AnyTagClassName
{
color: #39060A;
}
</style>
background-color css
<style>
a { background-color: #39060A; }
a { background-color: rgb(57,6,10); }
div.DivClassName
{
background-color: #39060A;
}
.BgClassName
{
background-color: #39060A;
}
</style>
border-color css
<style>
span { border-color: #39060A; }
span { border-color: rgb(57,6,10); }
td.TdClassName
{
border-color: #39060A;
}
.TagClassName
{
border-color: #39060A;
}
</style>