Shades of Rustic Red #3F020D
Tints of Rustic Red #3F020D
RGB
CMYK
RGB Variations
Color information
#3F020D (or 0x3F020D) is known color: Rustic Red. HEX triplet: 3F, 02 and 0D. RGB value is (63,2,13). Sum of RGB (Red+Green+Blue) = 63+2+13=78 (10% of max value = 765). Red value is 63 (25% from 255 or 80.77% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 63 - color contains mainly: red. Hex color #3F020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F020D is #C0FDF2. Grayscale: #151515. Windows color (decimal): -12647923 or 852543. OLE color: 852543.
HSL color Cylindrical-coordinate representation of color #3F020D: hue angle of 349.18º 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 #3F020D is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 13 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.75 |
| HSL | 349.18º | 0.94% | 0.13% | - |
| HSV(B) | 349.18º | 0.97% | 0.25% | - |
| XYZ | 2.14 | 1.13 | 0.49 | - |
| YUV | 21.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 13 | 0 | 0.97 | 0.79 | 0.75 | 349.18 | 0.94 | 0.13 |
| Hex | 3F | 2 | D | 0 | 61 | 4F | 4B | 15D | 5E | D |
| Octal | 77 | 2 | 15 | 0 | 141 | 117 | 113 | 535 | 136 | 15 |
| Binary | 111111 | 10 | 1101 | 0 | 1100001 | 1001111 | 1001011 | 101011101 | 1011110 | 1101 |
Color Harmonies of #3F020D
Complementary color
Monochromatic Colors of #3F020D
Black with #3F020D
Text Example
Text Example
White with #3F020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F020D; }
p { color: rgb(63,2,13); }
H1.HeaderClassName
{
color: #3F020D;
}
.AnyTagClassName
{
color: #3F020D;
}
</style>
background-color css
<style>
a { background-color: #3F020D; }
a { background-color: rgb(63,2,13); }
div.DivClassName
{
background-color: #3F020D;
}
.BgClassName
{
background-color: #3F020D;
}
</style>
border-color css
<style>
span { border-color: #3F020D; }
span { border-color: rgb(63,2,13); }
td.TdClassName
{
border-color: #3F020D;
}
.TagClassName
{
border-color: #3F020D;
}
</style>