Shades of Rustic Red #3F000B
Tints of Rustic Red #3F000B
RGB
CMYK
RGB Variations
Color information
#3F000B (or 0x3F000B) is known color: Rustic Red. HEX triplet: 3F, 00 and 0B. RGB value is (63,0,11). Sum of RGB (Red+Green+Blue) = 63+0+11=74 (9% of max value = 765). Red value is 63 (25% from 255 or 85.14% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 63 - color contains mainly: red. Hex color #3F000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F000B is #C0FFF4. Grayscale: #141414. Windows color (decimal): -12648437 or 720959. OLE color: 720959.
HSL color Cylindrical-coordinate representation of color #3F000B: hue angle of 349.52º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F000B is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.83 | 0.75 |
| HSL | 349.52º | 1% | 0.12% | - |
| HSV(B) | 349.52º | 1% | 0.25% | - |
| XYZ | 2.11 | 1.08 | 0.41 | - |
| YUV | 20.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 11 | 0 | 1 | 0.83 | 0.75 | 349.52 | 1 | 0.12 |
| Hex | 3F | 0 | B | 0 | 64 | 53 | 4B | 15E | 64 | C |
| Octal | 77 | 0 | 13 | 0 | 144 | 123 | 113 | 536 | 144 | 14 |
| Binary | 111111 | 0 | 1011 | 0 | 1100100 | 1010011 | 1001011 | 101011110 | 1100100 | 1100 |
Color Harmonies of #3F000B
Complementary color
Monochromatic Colors of #3F000B
Black with #3F000B
Text Example
Text Example
White with #3F000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F000B; }
p { color: rgb(63,0,11); }
H1.HeaderClassName
{
color: #3F000B;
}
.AnyTagClassName
{
color: #3F000B;
}
</style>
background-color css
<style>
a { background-color: #3F000B; }
a { background-color: rgb(63,0,11); }
div.DivClassName
{
background-color: #3F000B;
}
.BgClassName
{
background-color: #3F000B;
}
</style>
border-color css
<style>
span { border-color: #3F000B; }
span { border-color: rgb(63,0,11); }
td.TdClassName
{
border-color: #3F000B;
}
.TagClassName
{
border-color: #3F000B;
}
</style>