Shades of Rustic Red #39020A
Tints of Rustic Red #39020A
RGB
CMYK
RGB Variations
Color information
#39020A (or 0x39020A) is known color: Rustic Red. HEX triplet: 39, 02 and 0A. RGB value is (57,2,10). Sum of RGB (Red+Green+Blue) = 57+2+10=69 (9% of max value = 765). Red value is 57 (22.66% from 255 or 82.61% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 57 - color contains mainly: red. Hex color #39020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39020A is #C6FDF5. Grayscale: #131313. Windows color (decimal): -13041142 or 655929. OLE color: 655929.
HSL color Cylindrical-coordinate representation of color #39020A: hue angle of 351.27º 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 #39020A is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 2 | 10 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.78 |
| HSL | 351.27º | 0.93% | 0.12% | - |
| HSV(B) | 351.27º | 0.96% | 0.22% | - |
| XYZ | 1.76 | 0.94 | 0.37 | - |
| YUV | 19.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 10 | 0 | 0.96 | 0.82 | 0.78 | 351.27 | 0.93 | 0.12 |
| Hex | 39 | 2 | A | 0 | 60 | 52 | 4E | 15F | 5D | C |
| Octal | 71 | 2 | 12 | 0 | 140 | 122 | 116 | 537 | 135 | 14 |
| Binary | 111001 | 10 | 1010 | 0 | 1100000 | 1010010 | 1001110 | 101011111 | 1011101 | 1100 |
Color Harmonies of #39020A
Complementary color
Monochromatic Colors of #39020A
Black with #39020A
Text Example
Text Example
White with #39020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39020A; }
p { color: rgb(57,2,10); }
H1.HeaderClassName
{
color: #39020A;
}
.AnyTagClassName
{
color: #39020A;
}
</style>
background-color css
<style>
a { background-color: #39020A; }
a { background-color: rgb(57,2,10); }
div.DivClassName
{
background-color: #39020A;
}
.BgClassName
{
background-color: #39020A;
}
</style>
border-color css
<style>
span { border-color: #39020A; }
span { border-color: rgb(57,2,10); }
td.TdClassName
{
border-color: #39020A;
}
.TagClassName
{
border-color: #39020A;
}
</style>