Shades of Rustic Red #3F0110
Tints of Rustic Red #3F0110
RGB
CMYK
RGB Variations
Color information
#3F0110 (or 0x3F0110) is known color: Rustic Red. HEX triplet: 3F, 01 and 10. RGB value is (63,1,16). Sum of RGB (Red+Green+Blue) = 63+1+16=80 (10% of max value = 765). Red value is 63 (25% from 255 or 78.75% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0110 is #C0FEEF. Grayscale: #151515. Windows color (decimal): -12648176 or 1048895. OLE color: 1048895.
HSL color Cylindrical-coordinate representation of color #3F0110: hue angle of 345.48º 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 #3F0110 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 1 | 16 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.75 |
| HSL | 345.48º | 0.97% | 0.13% | - |
| HSV(B) | 345.48º | 0.98% | 0.25% | - |
| XYZ | 2.15 | 1.12 | 0.59 | - |
| YUV | 21.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 16 | 0 | 0.98 | 0.75 | 0.75 | 345.48 | 0.97 | 0.13 |
| Hex | 3F | 1 | 10 | 0 | 62 | 4B | 4B | 159 | 61 | D |
| Octal | 77 | 1 | 20 | 0 | 142 | 113 | 113 | 531 | 141 | 15 |
| Binary | 111111 | 1 | 10000 | 0 | 1100010 | 1001011 | 1001011 | 101011001 | 1100001 | 1101 |
Color Harmonies of #3F0110
Complementary color
Monochromatic Colors of #3F0110
Black with #3F0110
Text Example
Text Example
White with #3F0110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0110; }
p { color: rgb(63,1,16); }
H1.HeaderClassName
{
color: #3F0110;
}
.AnyTagClassName
{
color: #3F0110;
}
</style>
background-color css
<style>
a { background-color: #3F0110; }
a { background-color: rgb(63,1,16); }
div.DivClassName
{
background-color: #3F0110;
}
.BgClassName
{
background-color: #3F0110;
}
</style>
border-color css
<style>
span { border-color: #3F0110; }
span { border-color: rgb(63,1,16); }
td.TdClassName
{
border-color: #3F0110;
}
.TagClassName
{
border-color: #3F0110;
}
</style>