Shades of Rustic Red #39050A
Tints of Rustic Red #39050A
RGB
CMYK
RGB Variations
Color information
#39050A (or 0x39050A) is known color: Rustic Red. HEX triplet: 39, 05 and 0A. RGB value is (57,5,10). Sum of RGB (Red+Green+Blue) = 57+5+10=72 (9% of max value = 765). Red value is 57 (22.66% from 255 or 79.17% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 57 - color contains mainly: red. Hex color #39050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39050A is #C6FAF5. Grayscale: #151515. Windows color (decimal): -13040374 or 656697. OLE color: 656697.
HSL color Cylindrical-coordinate representation of color #39050A: hue angle of 354.23º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39050A is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 5 | 10 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.78 |
| HSL | 354.23º | 0.84% | 0.12% | - |
| HSV(B) | 354.23º | 0.91% | 0.22% | - |
| XYZ | 1.8 | 1 | 0.39 | - |
| YUV | 21.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 10 | 0 | 0.91 | 0.82 | 0.78 | 354.23 | 0.84 | 0.12 |
| Hex | 39 | 5 | A | 0 | 5B | 52 | 4E | 162 | 54 | C |
| Octal | 71 | 5 | 12 | 0 | 133 | 122 | 116 | 542 | 124 | 14 |
| Binary | 111001 | 101 | 1010 | 0 | 1011011 | 1010010 | 1001110 | 101100010 | 1010100 | 1100 |
Color Harmonies of #39050A
Complementary color
Monochromatic Colors of #39050A
Black with #39050A
Text Example
Text Example
White with #39050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39050A; }
p { color: rgb(57,5,10); }
H1.HeaderClassName
{
color: #39050A;
}
.AnyTagClassName
{
color: #39050A;
}
</style>
background-color css
<style>
a { background-color: #39050A; }
a { background-color: rgb(57,5,10); }
div.DivClassName
{
background-color: #39050A;
}
.BgClassName
{
background-color: #39050A;
}
</style>
border-color css
<style>
span { border-color: #39050A; }
span { border-color: rgb(57,5,10); }
td.TdClassName
{
border-color: #39050A;
}
.TagClassName
{
border-color: #39050A;
}
</style>