Shades of Rustic Red #3F010B
Tints of Rustic Red #3F010B
RGB
CMYK
RGB Variations
Color information
#3F010B (or 0x3F010B) is known color: Rustic Red. HEX triplet: 3F, 01 and 0B. RGB value is (63,1,11). Sum of RGB (Red+Green+Blue) = 63+1+11=75 (9% of max value = 765). Red value is 63 (25% from 255 or 84% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 63 - color contains mainly: red. Hex color #3F010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F010B is #C0FEF4. Grayscale: #141414. Windows color (decimal): -12648181 or 721215. OLE color: 721215.
HSL color Cylindrical-coordinate representation of color #3F010B: hue angle of 350.32º 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 #3F010B is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 11 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.75 |
| HSL | 350.32º | 0.97% | 0.13% | - |
| HSV(B) | 350.32º | 0.98% | 0.25% | - |
| XYZ | 2.12 | 1.1 | 0.42 | - |
| YUV | 20.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 11 | 0 | 0.98 | 0.83 | 0.75 | 350.32 | 0.97 | 0.13 |
| Hex | 3F | 1 | B | 0 | 62 | 53 | 4B | 15E | 61 | D |
| Octal | 77 | 1 | 13 | 0 | 142 | 123 | 113 | 536 | 141 | 15 |
| Binary | 111111 | 1 | 1011 | 0 | 1100010 | 1010011 | 1001011 | 101011110 | 1100001 | 1101 |
Color Harmonies of #3F010B
Complementary color
Monochromatic Colors of #3F010B
Black with #3F010B
Text Example
Text Example
White with #3F010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F010B; }
p { color: rgb(63,1,11); }
H1.HeaderClassName
{
color: #3F010B;
}
.AnyTagClassName
{
color: #3F010B;
}
</style>
background-color css
<style>
a { background-color: #3F010B; }
a { background-color: rgb(63,1,11); }
div.DivClassName
{
background-color: #3F010B;
}
.BgClassName
{
background-color: #3F010B;
}
</style>
border-color css
<style>
span { border-color: #3F010B; }
span { border-color: rgb(63,1,11); }
td.TdClassName
{
border-color: #3F010B;
}
.TagClassName
{
border-color: #3F010B;
}
</style>