Shades of Rustic Red #3F181C
Tints of Rustic Red #3F181C
RGB
CMYK
RGB Variations
Color information
#3F181C (or 0x3F181C) is known color: Rustic Red. HEX triplet: 3F, 18 and 1C. RGB value is (63,24,28). Sum of RGB (Red+Green+Blue) = 63+24+28=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F181C is #C0E7E3. Grayscale: #242424. Windows color (decimal): -12642276 or 1841215. OLE color: 1841215.
HSL color Cylindrical-coordinate representation of color #3F181C: hue angle of 353.85º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F181C is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 28 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.75 |
| HSL | 353.85º | 0.45% | 0.17% | - |
| HSV(B) | 353.85º | 0.62% | 0.25% | - |
| XYZ | 2.59 | 1.79 | 1.31 | - |
| YUV | 36.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 28 | 0 | 0.62 | 0.56 | 0.75 | 353.85 | 0.45 | 0.17 |
| Hex | 3F | 18 | 1C | 0 | 3E | 38 | 4B | 162 | 2D | 11 |
| Octal | 77 | 30 | 34 | 0 | 76 | 70 | 113 | 542 | 55 | 21 |
| Binary | 111111 | 11000 | 11100 | 0 | 111110 | 111000 | 1001011 | 101100010 | 101101 | 10001 |
Color Harmonies of #3F181C
Complementary color
Monochromatic Colors of #3F181C
Black with #3F181C
Text Example
Text Example
White with #3F181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F181C; }
p { color: rgb(63,24,28); }
H1.HeaderClassName
{
color: #3F181C;
}
.AnyTagClassName
{
color: #3F181C;
}
</style>
background-color css
<style>
a { background-color: #3F181C; }
a { background-color: rgb(63,24,28); }
div.DivClassName
{
background-color: #3F181C;
}
.BgClassName
{
background-color: #3F181C;
}
</style>
border-color css
<style>
span { border-color: #3F181C; }
span { border-color: rgb(63,24,28); }
td.TdClassName
{
border-color: #3F181C;
}
.TagClassName
{
border-color: #3F181C;
}
</style>