Shades of Rustic Red #3F101B
Tints of Rustic Red #3F101B
RGB
CMYK
RGB Variations
Color information
#3F101B (or 0x3F101B) is known color: Rustic Red. HEX triplet: 3F, 10 and 1B. RGB value is (63,16,27). Sum of RGB (Red+Green+Blue) = 63+16+27=106 (14% of max value = 765). Red value is 63 (25% from 255 or 59.43% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 63 - color contains mainly: red. Hex color #3F101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F101B is #C0EFE4. Grayscale: #1F1F1F. Windows color (decimal): -12644325 or 1773631. OLE color: 1773631.
HSL color Cylindrical-coordinate representation of color #3F101B: hue angle of 345.96º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F101B is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 27 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.75 |
| HSL | 345.96º | 0.59% | 0.15% | - |
| HSV(B) | 345.96º | 0.75% | 0.25% | - |
| XYZ | 2.43 | 1.51 | 1.2 | - |
| YUV | 31.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 27 | 0 | 0.75 | 0.57 | 0.75 | 345.96 | 0.59 | 0.15 |
| Hex | 3F | 10 | 1B | 0 | 4B | 39 | 4B | 15A | 3B | F |
| Octal | 77 | 20 | 33 | 0 | 113 | 71 | 113 | 532 | 73 | 17 |
| Binary | 111111 | 10000 | 11011 | 0 | 1001011 | 111001 | 1001011 | 101011010 | 111011 | 1111 |
Color Harmonies of #3F101B
Complementary color
Monochromatic Colors of #3F101B
Black with #3F101B
Text Example
Text Example
White with #3F101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F101B; }
p { color: rgb(63,16,27); }
H1.HeaderClassName
{
color: #3F101B;
}
.AnyTagClassName
{
color: #3F101B;
}
</style>
background-color css
<style>
a { background-color: #3F101B; }
a { background-color: rgb(63,16,27); }
div.DivClassName
{
background-color: #3F101B;
}
.BgClassName
{
background-color: #3F101B;
}
</style>
border-color css
<style>
span { border-color: #3F101B; }
span { border-color: rgb(63,16,27); }
td.TdClassName
{
border-color: #3F101B;
}
.TagClassName
{
border-color: #3F101B;
}
</style>