Shades of Rustic Red #390103
Tints of Rustic Red #390103
RGB
CMYK
RGB Variations
Color information
#390103 (or 0x390103) is known color: Rustic Red. HEX triplet: 39, 01 and 03. RGB value is (57,1,3). Sum of RGB (Red+Green+Blue) = 57+1+3=61 (8% of max value = 765). Red value is 57 (22.66% from 255 or 93.44% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 57 - color contains mainly: red. Hex color #390103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390103 is #C6FEFC. Grayscale: #121212. Windows color (decimal): -13041405 or 196921. OLE color: 196921.
HSL color Cylindrical-coordinate representation of color #390103: hue angle of 357.86º 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 #390103 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 1 | 3 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.78 |
| HSL | 357.86º | 0.97% | 0.11% | - |
| HSV(B) | 357.86º | 0.98% | 0.22% | - |
| XYZ | 1.71 | 0.9 | 0.17 | - |
| YUV | 17.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 3 | 0 | 0.98 | 0.95 | 0.78 | 357.86 | 0.97 | 0.11 |
| Hex | 39 | 1 | 3 | 0 | 62 | 5F | 4E | 166 | 61 | B |
| Octal | 71 | 1 | 3 | 0 | 142 | 137 | 116 | 546 | 141 | 13 |
| Binary | 111001 | 1 | 11 | 0 | 1100010 | 1011111 | 1001110 | 101100110 | 1100001 | 1011 |
Color Harmonies of #390103
Complementary color
Monochromatic Colors of #390103
Black with #390103
Text Example
Text Example
White with #390103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390103; }
p { color: rgb(57,1,3); }
H1.HeaderClassName
{
color: #390103;
}
.AnyTagClassName
{
color: #390103;
}
</style>
background-color css
<style>
a { background-color: #390103; }
a { background-color: rgb(57,1,3); }
div.DivClassName
{
background-color: #390103;
}
.BgClassName
{
background-color: #390103;
}
</style>
border-color css
<style>
span { border-color: #390103; }
span { border-color: rgb(57,1,3); }
td.TdClassName
{
border-color: #390103;
}
.TagClassName
{
border-color: #390103;
}
</style>