Shades of Rustic Red #3F0510
Tints of Rustic Red #3F0510
RGB
CMYK
RGB Variations
Color information
#3F0510 (or 0x3F0510) is known color: Rustic Red. HEX triplet: 3F, 05 and 10. RGB value is (63,5,16). Sum of RGB (Red+Green+Blue) = 63+5+16=84 (11% of max value = 765). Red value is 63 (25% from 255 or 75% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0510 is #C0FAEF. Grayscale: #171717. Windows color (decimal): -12647152 or 1049919. OLE color: 1049919.
HSL color Cylindrical-coordinate representation of color #3F0510: hue angle of 348.62º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0510 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 5 | 16 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.75 |
| HSL | 348.62º | 0.85% | 0.13% | - |
| HSV(B) | 348.62º | 0.92% | 0.25% | - |
| XYZ | 2.2 | 1.2 | 0.61 | - |
| YUV | 23.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 16 | 0 | 0.92 | 0.75 | 0.75 | 348.62 | 0.85 | 0.13 |
| Hex | 3F | 5 | 10 | 0 | 5C | 4B | 4B | 15D | 55 | D |
| Octal | 77 | 5 | 20 | 0 | 134 | 113 | 113 | 535 | 125 | 15 |
| Binary | 111111 | 101 | 10000 | 0 | 1011100 | 1001011 | 1001011 | 101011101 | 1010101 | 1101 |
Color Harmonies of #3F0510
Complementary color
Monochromatic Colors of #3F0510
Black with #3F0510
Text Example
Text Example
White with #3F0510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0510; }
p { color: rgb(63,5,16); }
H1.HeaderClassName
{
color: #3F0510;
}
.AnyTagClassName
{
color: #3F0510;
}
</style>
background-color css
<style>
a { background-color: #3F0510; }
a { background-color: rgb(63,5,16); }
div.DivClassName
{
background-color: #3F0510;
}
.BgClassName
{
background-color: #3F0510;
}
</style>
border-color css
<style>
span { border-color: #3F0510; }
span { border-color: rgb(63,5,16); }
td.TdClassName
{
border-color: #3F0510;
}
.TagClassName
{
border-color: #3F0510;
}
</style>