Shades of Rustic Red #3F131C
Tints of Rustic Red #3F131C
RGB
CMYK
RGB Variations
Color information
#3F131C (or 0x3F131C) is known color: Rustic Red. HEX triplet: 3F, 13 and 1C. RGB value is (63,19,28). Sum of RGB (Red+Green+Blue) = 63+19+28=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F131C is #C0ECE3. Grayscale: #212121. Windows color (decimal): -12643556 or 1839935. OLE color: 1839935.
HSL color Cylindrical-coordinate representation of color #3F131C: hue angle of 347.73º 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 #3F131C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 28 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.75 |
| HSL | 347.73º | 0.54% | 0.16% | - |
| HSV(B) | 347.73º | 0.7% | 0.25% | - |
| XYZ | 2.49 | 1.61 | 1.28 | - |
| YUV | 33.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 28 | 0 | 0.70 | 0.56 | 0.75 | 347.73 | 0.54 | 0.16 |
| Hex | 3F | 13 | 1C | 0 | 46 | 38 | 4B | 15C | 36 | 10 |
| Octal | 77 | 23 | 34 | 0 | 106 | 70 | 113 | 534 | 66 | 20 |
| Binary | 111111 | 10011 | 11100 | 0 | 1000110 | 111000 | 1001011 | 101011100 | 110110 | 10000 |
Color Harmonies of #3F131C
Complementary color
Monochromatic Colors of #3F131C
Black with #3F131C
Text Example
Text Example
White with #3F131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F131C; }
p { color: rgb(63,19,28); }
H1.HeaderClassName
{
color: #3F131C;
}
.AnyTagClassName
{
color: #3F131C;
}
</style>
background-color css
<style>
a { background-color: #3F131C; }
a { background-color: rgb(63,19,28); }
div.DivClassName
{
background-color: #3F131C;
}
.BgClassName
{
background-color: #3F131C;
}
</style>
border-color css
<style>
span { border-color: #3F131C; }
span { border-color: rgb(63,19,28); }
td.TdClassName
{
border-color: #3F131C;
}
.TagClassName
{
border-color: #3F131C;
}
</style>