Shades of Rustic Red #3F0B1B
Tints of Rustic Red #3F0B1B
RGB
CMYK
RGB Variations
Color information
#3F0B1B (or 0x3F0B1B) is known color: Rustic Red. HEX triplet: 3F, 0B and 1B. RGB value is (63,11,27). Sum of RGB (Red+Green+Blue) = 63+11+27=101 (13% of max value = 765). Red value is 63 (25% from 255 or 62.38% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0B1B is #C0F4E4. Grayscale: #1C1C1C. Windows color (decimal): -12645605 or 1772351. OLE color: 1772351.
HSL color Cylindrical-coordinate representation of color #3F0B1B: hue angle of 341.54º 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 #3F0B1B is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 27 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.75 |
| HSL | 341.54º | 0.7% | 0.15% | - |
| HSV(B) | 341.54º | 0.83% | 0.25% | - |
| XYZ | 2.37 | 1.38 | 1.18 | - |
| YUV | 28.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 27 | 0 | 0.83 | 0.57 | 0.75 | 341.54 | 0.7 | 0.15 |
| Hex | 3F | B | 1B | 0 | 53 | 39 | 4B | 156 | 46 | F |
| Octal | 77 | 13 | 33 | 0 | 123 | 71 | 113 | 526 | 106 | 17 |
| Binary | 111111 | 1011 | 11011 | 0 | 1010011 | 111001 | 1001011 | 101010110 | 1000110 | 1111 |
Color Harmonies of #3F0B1B
Complementary color
Monochromatic Colors of #3F0B1B
Black with #3F0B1B
Text Example
Text Example
White with #3F0B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B1B; }
p { color: rgb(63,11,27); }
H1.HeaderClassName
{
color: #3F0B1B;
}
.AnyTagClassName
{
color: #3F0B1B;
}
</style>
background-color css
<style>
a { background-color: #3F0B1B; }
a { background-color: rgb(63,11,27); }
div.DivClassName
{
background-color: #3F0B1B;
}
.BgClassName
{
background-color: #3F0B1B;
}
</style>
border-color css
<style>
span { border-color: #3F0B1B; }
span { border-color: rgb(63,11,27); }
td.TdClassName
{
border-color: #3F0B1B;
}
.TagClassName
{
border-color: #3F0B1B;
}
</style>