Shades of Rustic Red #3F020B
Tints of Rustic Red #3F020B
RGB
CMYK
RGB Variations
Color information
#3F020B (or 0x3F020B) is known color: Rustic Red. HEX triplet: 3F, 02 and 0B. RGB value is (63,2,11). Sum of RGB (Red+Green+Blue) = 63+2+11=76 (10% of max value = 765). Red value is 63 (25% from 255 or 82.89% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 63 - color contains mainly: red. Hex color #3F020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F020B is #C0FDF4. Grayscale: #151515. Windows color (decimal): -12647925 or 721471. OLE color: 721471.
HSL color Cylindrical-coordinate representation of color #3F020B: hue angle of 351.15º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F020B is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 11 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.75 |
| HSL | 351.15º | 0.94% | 0.13% | - |
| HSV(B) | 351.15º | 0.97% | 0.25% | - |
| XYZ | 2.13 | 1.12 | 0.42 | - |
| YUV | 21.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 11 | 0 | 0.97 | 0.83 | 0.75 | 351.15 | 0.94 | 0.13 |
| Hex | 3F | 2 | B | 0 | 61 | 53 | 4B | 15F | 5E | D |
| Octal | 77 | 2 | 13 | 0 | 141 | 123 | 113 | 537 | 136 | 15 |
| Binary | 111111 | 10 | 1011 | 0 | 1100001 | 1010011 | 1001011 | 101011111 | 1011110 | 1101 |
Color Harmonies of #3F020B
Complementary color
Monochromatic Colors of #3F020B
Black with #3F020B
Text Example
Text Example
White with #3F020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F020B; }
p { color: rgb(63,2,11); }
H1.HeaderClassName
{
color: #3F020B;
}
.AnyTagClassName
{
color: #3F020B;
}
</style>
background-color css
<style>
a { background-color: #3F020B; }
a { background-color: rgb(63,2,11); }
div.DivClassName
{
background-color: #3F020B;
}
.BgClassName
{
background-color: #3F020B;
}
</style>
border-color css
<style>
span { border-color: #3F020B; }
span { border-color: rgb(63,2,11); }
td.TdClassName
{
border-color: #3F020B;
}
.TagClassName
{
border-color: #3F020B;
}
</style>