Shades of Rustic Red #3F141B
Tints of Rustic Red #3F141B
RGB
CMYK
RGB Variations
Color information
#3F141B (or 0x3F141B) is known color: Rustic Red. HEX triplet: 3F, 14 and 1B. RGB value is (63,20,27). Sum of RGB (Red+Green+Blue) = 63+20+27=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F141B is #C0EBE4. Grayscale: #212121. Windows color (decimal): -12643301 or 1774655. OLE color: 1774655.
HSL color Cylindrical-coordinate representation of color #3F141B: hue angle of 350.23º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F141B is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 20 | 27 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.75 |
| HSL | 350.23º | 0.52% | 0.16% | - |
| HSV(B) | 350.23º | 0.68% | 0.25% | - |
| XYZ | 2.5 | 1.64 | 1.22 | - |
| YUV | 33.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 27 | 0 | 0.68 | 0.57 | 0.75 | 350.23 | 0.52 | 0.16 |
| Hex | 3F | 14 | 1B | 0 | 44 | 39 | 4B | 15E | 34 | 10 |
| Octal | 77 | 24 | 33 | 0 | 104 | 71 | 113 | 536 | 64 | 20 |
| Binary | 111111 | 10100 | 11011 | 0 | 1000100 | 111001 | 1001011 | 101011110 | 110100 | 10000 |
Color Harmonies of #3F141B
Complementary color
Monochromatic Colors of #3F141B
Black with #3F141B
Text Example
Text Example
White with #3F141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F141B; }
p { color: rgb(63,20,27); }
H1.HeaderClassName
{
color: #3F141B;
}
.AnyTagClassName
{
color: #3F141B;
}
</style>
background-color css
<style>
a { background-color: #3F141B; }
a { background-color: rgb(63,20,27); }
div.DivClassName
{
background-color: #3F141B;
}
.BgClassName
{
background-color: #3F141B;
}
</style>
border-color css
<style>
span { border-color: #3F141B; }
span { border-color: rgb(63,20,27); }
td.TdClassName
{
border-color: #3F141B;
}
.TagClassName
{
border-color: #3F141B;
}
</style>