Shades of Rustic Red #3F1B1D
Tints of Rustic Red #3F1B1D
RGB
CMYK
RGB Variations
Color information
#3F1B1D (or 0x3F1B1D) is known color: Rustic Red. HEX triplet: 3F, 1B and 1D. RGB value is (63,27,29). Sum of RGB (Red+Green+Blue) = 63+27+29=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B1D is #C0E4E2. Grayscale: #262626. Windows color (decimal): -12641507 or 1907519. OLE color: 1907519.
HSL color Cylindrical-coordinate representation of color #3F1B1D: hue angle of 356.67º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F1B1D is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 27 | 29 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.75 |
| HSL | 356.67º | 0.4% | 0.18% | - |
| HSV(B) | 356.67º | 0.57% | 0.25% | - |
| XYZ | 2.66 | 1.93 | 1.39 | - |
| YUV | 37.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 29 | 0 | 0.57 | 0.54 | 0.75 | 356.67 | 0.4 | 0.18 |
| Hex | 3F | 1B | 1D | 0 | 39 | 36 | 4B | 165 | 28 | 12 |
| Octal | 77 | 33 | 35 | 0 | 71 | 66 | 113 | 545 | 50 | 22 |
| Binary | 111111 | 11011 | 11101 | 0 | 111001 | 110110 | 1001011 | 101100101 | 101000 | 10010 |
Color Harmonies of #3F1B1D
Complementary color
Monochromatic Colors of #3F1B1D
Black with #3F1B1D
Text Example
Text Example
White with #3F1B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1B1D; }
p { color: rgb(63,27,29); }
H1.HeaderClassName
{
color: #3F1B1D;
}
.AnyTagClassName
{
color: #3F1B1D;
}
</style>
background-color css
<style>
a { background-color: #3F1B1D; }
a { background-color: rgb(63,27,29); }
div.DivClassName
{
background-color: #3F1B1D;
}
.BgClassName
{
background-color: #3F1B1D;
}
</style>
border-color css
<style>
span { border-color: #3F1B1D; }
span { border-color: rgb(63,27,29); }
td.TdClassName
{
border-color: #3F1B1D;
}
.TagClassName
{
border-color: #3F1B1D;
}
</style>