Shades of Rustic Red #3F010A
Tints of Rustic Red #3F010A
RGB
CMYK
RGB Variations
Color information
#3F010A (or 0x3F010A) is known color: Rustic Red. HEX triplet: 3F, 01 and 0A. RGB value is (63,1,10). Sum of RGB (Red+Green+Blue) = 63+1+10=74 (9% of max value = 765). Red value is 63 (25% from 255 or 85.14% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 63 - color contains mainly: red. Hex color #3F010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F010A is #C0FEF5. Grayscale: #141414. Windows color (decimal): -12648182 or 655679. OLE color: 655679.
HSL color Cylindrical-coordinate representation of color #3F010A: hue angle of 351.29º 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 #3F010A is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 10 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.75 |
| HSL | 351.29º | 0.97% | 0.13% | - |
| HSV(B) | 351.29º | 0.98% | 0.25% | - |
| XYZ | 2.12 | 1.1 | 0.39 | - |
| YUV | 20.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 10 | 0 | 0.98 | 0.84 | 0.75 | 351.29 | 0.97 | 0.13 |
| Hex | 3F | 1 | A | 0 | 62 | 54 | 4B | 15F | 61 | D |
| Octal | 77 | 1 | 12 | 0 | 142 | 124 | 113 | 537 | 141 | 15 |
| Binary | 111111 | 1 | 1010 | 0 | 1100010 | 1010100 | 1001011 | 101011111 | 1100001 | 1101 |
Color Harmonies of #3F010A
Complementary color
Monochromatic Colors of #3F010A
Black with #3F010A
Text Example
Text Example
White with #3F010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F010A; }
p { color: rgb(63,1,10); }
H1.HeaderClassName
{
color: #3F010A;
}
.AnyTagClassName
{
color: #3F010A;
}
</style>
background-color css
<style>
a { background-color: #3F010A; }
a { background-color: rgb(63,1,10); }
div.DivClassName
{
background-color: #3F010A;
}
.BgClassName
{
background-color: #3F010A;
}
</style>
border-color css
<style>
span { border-color: #3F010A; }
span { border-color: rgb(63,1,10); }
td.TdClassName
{
border-color: #3F010A;
}
.TagClassName
{
border-color: #3F010A;
}
</style>