Shades of Rustic Red #3F0B0F
Tints of Rustic Red #3F0B0F
RGB
CMYK
RGB Variations
Color information
#3F0B0F (or 0x3F0B0F) is known color: Rustic Red. HEX triplet: 3F, 0B and 0F. RGB value is (63,11,15). Sum of RGB (Red+Green+Blue) = 63+11+15=89 (11% of max value = 765). Red value is 63 (25% from 255 or 70.79% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0B0F is #C0F4F0. Grayscale: #1B1B1B. Windows color (decimal): -12645617 or 985919. OLE color: 985919.
HSL color Cylindrical-coordinate representation of color #3F0B0F: hue angle of 355.38º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F0B0F is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 15 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.75 |
| HSL | 355.38º | 0.7% | 0.15% | - |
| HSV(B) | 355.38º | 0.83% | 0.25% | - |
| XYZ | 2.26 | 1.33 | 0.59 | - |
| YUV | 27 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 15 | 0 | 0.83 | 0.76 | 0.75 | 355.38 | 0.7 | 0.15 |
| Hex | 3F | B | F | 0 | 53 | 4C | 4B | 163 | 46 | F |
| Octal | 77 | 13 | 17 | 0 | 123 | 114 | 113 | 543 | 106 | 17 |
| Binary | 111111 | 1011 | 1111 | 0 | 1010011 | 1001100 | 1001011 | 101100011 | 1000110 | 1111 |
Color Harmonies of #3F0B0F
Complementary color
Monochromatic Colors of #3F0B0F
Black with #3F0B0F
Text Example
Text Example
White with #3F0B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B0F; }
p { color: rgb(63,11,15); }
H1.HeaderClassName
{
color: #3F0B0F;
}
.AnyTagClassName
{
color: #3F0B0F;
}
</style>
background-color css
<style>
a { background-color: #3F0B0F; }
a { background-color: rgb(63,11,15); }
div.DivClassName
{
background-color: #3F0B0F;
}
.BgClassName
{
background-color: #3F0B0F;
}
</style>
border-color css
<style>
span { border-color: #3F0B0F; }
span { border-color: rgb(63,11,15); }
td.TdClassName
{
border-color: #3F0B0F;
}
.TagClassName
{
border-color: #3F0B0F;
}
</style>