Shades of Rustic Red #3F131D
Tints of Rustic Red #3F131D
RGB
CMYK
RGB Variations
Color information
#3F131D (or 0x3F131D) is known color: Rustic Red. HEX triplet: 3F, 13 and 1D. RGB value is (63,19,29). Sum of RGB (Red+Green+Blue) = 63+19+29=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F131D is #C0ECE2. Grayscale: #212121. Windows color (decimal): -12643555 or 1905471. OLE color: 1905471.
HSL color Cylindrical-coordinate representation of color #3F131D: hue angle of 346.36º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F131D is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 29 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.75 |
| HSL | 346.36º | 0.54% | 0.16% | - |
| HSV(B) | 346.36º | 0.7% | 0.25% | - |
| XYZ | 2.5 | 1.61 | 1.34 | - |
| YUV | 33.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 29 | 0 | 0.70 | 0.54 | 0.75 | 346.36 | 0.54 | 0.16 |
| Hex | 3F | 13 | 1D | 0 | 46 | 36 | 4B | 15A | 36 | 10 |
| Octal | 77 | 23 | 35 | 0 | 106 | 66 | 113 | 532 | 66 | 20 |
| Binary | 111111 | 10011 | 11101 | 0 | 1000110 | 110110 | 1001011 | 101011010 | 110110 | 10000 |
Color Harmonies of #3F131D
Complementary color
Monochromatic Colors of #3F131D
Black with #3F131D
Text Example
Text Example
White with #3F131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F131D; }
p { color: rgb(63,19,29); }
H1.HeaderClassName
{
color: #3F131D;
}
.AnyTagClassName
{
color: #3F131D;
}
</style>
background-color css
<style>
a { background-color: #3F131D; }
a { background-color: rgb(63,19,29); }
div.DivClassName
{
background-color: #3F131D;
}
.BgClassName
{
background-color: #3F131D;
}
</style>
border-color css
<style>
span { border-color: #3F131D; }
span { border-color: rgb(63,19,29); }
td.TdClassName
{
border-color: #3F131D;
}
.TagClassName
{
border-color: #3F131D;
}
</style>