Shades of Rustic Red #3F010D
Tints of Rustic Red #3F010D
RGB
CMYK
RGB Variations
Color information
#3F010D (or 0x3F010D) is known color: Rustic Red. HEX triplet: 3F, 01 and 0D. RGB value is (63,1,13). Sum of RGB (Red+Green+Blue) = 63+1+13=77 (10% of max value = 765). Red value is 63 (25% from 255 or 81.82% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 63 - color contains mainly: red. Hex color #3F010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F010D is #C0FEF2. Grayscale: #141414. Windows color (decimal): -12648179 or 852287. OLE color: 852287.
HSL color Cylindrical-coordinate representation of color #3F010D: hue angle of 348.39º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F010D is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 13 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.75 |
| HSL | 348.39º | 0.97% | 0.13% | - |
| HSV(B) | 348.39º | 0.98% | 0.25% | - |
| XYZ | 2.13 | 1.11 | 0.48 | - |
| YUV | 20.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 13 | 0 | 0.98 | 0.79 | 0.75 | 348.39 | 0.97 | 0.13 |
| Hex | 3F | 1 | D | 0 | 62 | 4F | 4B | 15C | 61 | D |
| Octal | 77 | 1 | 15 | 0 | 142 | 117 | 113 | 534 | 141 | 15 |
| Binary | 111111 | 1 | 1101 | 0 | 1100010 | 1001111 | 1001011 | 101011100 | 1100001 | 1101 |
Color Harmonies of #3F010D
Complementary color
Monochromatic Colors of #3F010D
Black with #3F010D
Text Example
Text Example
White with #3F010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F010D; }
p { color: rgb(63,1,13); }
H1.HeaderClassName
{
color: #3F010D;
}
.AnyTagClassName
{
color: #3F010D;
}
</style>
background-color css
<style>
a { background-color: #3F010D; }
a { background-color: rgb(63,1,13); }
div.DivClassName
{
background-color: #3F010D;
}
.BgClassName
{
background-color: #3F010D;
}
</style>
border-color css
<style>
span { border-color: #3F010D; }
span { border-color: rgb(63,1,13); }
td.TdClassName
{
border-color: #3F010D;
}
.TagClassName
{
border-color: #3F010D;
}
</style>