Shades of Rustic Red #3F1A1D
Tints of Rustic Red #3F1A1D
RGB
CMYK
RGB Variations
Color information
#3F1A1D (or 0x3F1A1D) is known color: Rustic Red. HEX triplet: 3F, 1A and 1D. RGB value is (63,26,29). Sum of RGB (Red+Green+Blue) = 63+26+29=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1A1D is #C0E5E2. Grayscale: #252525. Windows color (decimal): -12641763 or 1907263. OLE color: 1907263.
HSL color Cylindrical-coordinate representation of color #3F1A1D: hue angle of 355.14º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F1A1D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 26 | 29 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.75 |
| HSL | 355.14º | 0.42% | 0.17% | - |
| HSV(B) | 355.14º | 0.59% | 0.25% | - |
| XYZ | 2.64 | 1.88 | 1.39 | - |
| YUV | 37.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 26 | 29 | 0 | 0.59 | 0.54 | 0.75 | 355.14 | 0.42 | 0.17 |
| Hex | 3F | 1A | 1D | 0 | 3B | 36 | 4B | 163 | 2A | 11 |
| Octal | 77 | 32 | 35 | 0 | 73 | 66 | 113 | 543 | 52 | 21 |
| Binary | 111111 | 11010 | 11101 | 0 | 111011 | 110110 | 1001011 | 101100011 | 101010 | 10001 |
Color Harmonies of #3F1A1D
Complementary color
Monochromatic Colors of #3F1A1D
Black with #3F1A1D
Text Example
Text Example
White with #3F1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1A1D; }
p { color: rgb(63,26,29); }
H1.HeaderClassName
{
color: #3F1A1D;
}
.AnyTagClassName
{
color: #3F1A1D;
}
</style>
background-color css
<style>
a { background-color: #3F1A1D; }
a { background-color: rgb(63,26,29); }
div.DivClassName
{
background-color: #3F1A1D;
}
.BgClassName
{
background-color: #3F1A1D;
}
</style>
border-color css
<style>
span { border-color: #3F1A1D; }
span { border-color: rgb(63,26,29); }
td.TdClassName
{
border-color: #3F1A1D;
}
.TagClassName
{
border-color: #3F1A1D;
}
</style>