Shades of Rustic Red #3F131B
Tints of Rustic Red #3F131B
RGB
CMYK
RGB Variations
Color information
#3F131B (or 0x3F131B) is known color: Rustic Red. HEX triplet: 3F, 13 and 1B. RGB value is (63,19,27). Sum of RGB (Red+Green+Blue) = 63+19+27=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F131B is #C0ECE4. Grayscale: #212121. Windows color (decimal): -12643557 or 1774399. OLE color: 1774399.
HSL color Cylindrical-coordinate representation of color #3F131B: hue angle of 349.09º 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 #3F131B is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 27 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.75 |
| HSL | 349.09º | 0.54% | 0.16% | - |
| HSV(B) | 349.09º | 0.7% | 0.25% | - |
| XYZ | 2.48 | 1.6 | 1.22 | - |
| YUV | 33.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 27 | 0 | 0.70 | 0.57 | 0.75 | 349.09 | 0.54 | 0.16 |
| Hex | 3F | 13 | 1B | 0 | 46 | 39 | 4B | 15D | 36 | 10 |
| Octal | 77 | 23 | 33 | 0 | 106 | 71 | 113 | 535 | 66 | 20 |
| Binary | 111111 | 10011 | 11011 | 0 | 1000110 | 111001 | 1001011 | 101011101 | 110110 | 10000 |
Color Harmonies of #3F131B
Complementary color
Monochromatic Colors of #3F131B
Black with #3F131B
Text Example
Text Example
White with #3F131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F131B; }
p { color: rgb(63,19,27); }
H1.HeaderClassName
{
color: #3F131B;
}
.AnyTagClassName
{
color: #3F131B;
}
</style>
background-color css
<style>
a { background-color: #3F131B; }
a { background-color: rgb(63,19,27); }
div.DivClassName
{
background-color: #3F131B;
}
.BgClassName
{
background-color: #3F131B;
}
</style>
border-color css
<style>
span { border-color: #3F131B; }
span { border-color: rgb(63,19,27); }
td.TdClassName
{
border-color: #3F131B;
}
.TagClassName
{
border-color: #3F131B;
}
</style>