Shades of Rustic Red #3F050F
Tints of Rustic Red #3F050F
RGB
CMYK
RGB Variations
Color information
#3F050F (or 0x3F050F) is known color: Rustic Red. HEX triplet: 3F, 05 and 0F. RGB value is (63,5,15). Sum of RGB (Red+Green+Blue) = 63+5+15=83 (10% of max value = 765). Red value is 63 (25% from 255 or 75.90% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 63 - color contains mainly: red. Hex color #3F050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F050F is #C0FAF0. Grayscale: #171717. Windows color (decimal): -12647153 or 984383. OLE color: 984383.
HSL color Cylindrical-coordinate representation of color #3F050F: hue angle of 349.66º 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 #3F050F is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 5 | 15 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.75 |
| HSL | 349.66º | 0.85% | 0.13% | - |
| HSV(B) | 349.66º | 0.92% | 0.25% | - |
| XYZ | 2.19 | 1.2 | 0.57 | - |
| YUV | 23.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 15 | 0 | 0.92 | 0.76 | 0.75 | 349.66 | 0.85 | 0.13 |
| Hex | 3F | 5 | F | 0 | 5C | 4C | 4B | 15E | 55 | D |
| Octal | 77 | 5 | 17 | 0 | 134 | 114 | 113 | 536 | 125 | 15 |
| Binary | 111111 | 101 | 1111 | 0 | 1011100 | 1001100 | 1001011 | 101011110 | 1010101 | 1101 |
Color Harmonies of #3F050F
Complementary color
Monochromatic Colors of #3F050F
Black with #3F050F
Text Example
Text Example
White with #3F050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F050F; }
p { color: rgb(63,5,15); }
H1.HeaderClassName
{
color: #3F050F;
}
.AnyTagClassName
{
color: #3F050F;
}
</style>
background-color css
<style>
a { background-color: #3F050F; }
a { background-color: rgb(63,5,15); }
div.DivClassName
{
background-color: #3F050F;
}
.BgClassName
{
background-color: #3F050F;
}
</style>
border-color css
<style>
span { border-color: #3F050F; }
span { border-color: rgb(63,5,15); }
td.TdClassName
{
border-color: #3F050F;
}
.TagClassName
{
border-color: #3F050F;
}
</style>