Shades of Rustic Red #39010A
Tints of Rustic Red #39010A
RGB
CMYK
RGB Variations
Color information
#39010A (or 0x39010A) is known color: Rustic Red. HEX triplet: 39, 01 and 0A. RGB value is (57,1,10). Sum of RGB (Red+Green+Blue) = 57+1+10=68 (9% of max value = 765). Red value is 57 (22.66% from 255 or 83.82% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 57 - color contains mainly: red. Hex color #39010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39010A is #C6FEF5. Grayscale: #121212. Windows color (decimal): -13041398 or 655673. OLE color: 655673.
HSL color Cylindrical-coordinate representation of color #39010A: hue angle of 350.36º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #39010A is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 1 | 10 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.78 |
| HSL | 350.36º | 0.97% | 0.11% | - |
| HSV(B) | 350.36º | 0.98% | 0.22% | - |
| XYZ | 1.75 | 0.91 | 0.37 | - |
| YUV | 18.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 10 | 0 | 0.98 | 0.82 | 0.78 | 350.36 | 0.97 | 0.11 |
| Hex | 39 | 1 | A | 0 | 62 | 52 | 4E | 15E | 61 | B |
| Octal | 71 | 1 | 12 | 0 | 142 | 122 | 116 | 536 | 141 | 13 |
| Binary | 111001 | 1 | 1010 | 0 | 1100010 | 1010010 | 1001110 | 101011110 | 1100001 | 1011 |
Color Harmonies of #39010A
Complementary color
Monochromatic Colors of #39010A
Black with #39010A
Text Example
Text Example
White with #39010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39010A; }
p { color: rgb(57,1,10); }
H1.HeaderClassName
{
color: #39010A;
}
.AnyTagClassName
{
color: #39010A;
}
</style>
background-color css
<style>
a { background-color: #39010A; }
a { background-color: rgb(57,1,10); }
div.DivClassName
{
background-color: #39010A;
}
.BgClassName
{
background-color: #39010A;
}
</style>
border-color css
<style>
span { border-color: #39010A; }
span { border-color: rgb(57,1,10); }
td.TdClassName
{
border-color: #39010A;
}
.TagClassName
{
border-color: #39010A;
}
</style>