Shades of Rustic Red #3F081B
Tints of Rustic Red #3F081B
RGB
CMYK
RGB Variations
Color information
#3F081B (or 0x3F081B) is known color: Rustic Red. HEX triplet: 3F, 08 and 1B. RGB value is (63,8,27). Sum of RGB (Red+Green+Blue) = 63+8+27=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F081B is #C0F7E4. Grayscale: #1A1A1A. Windows color (decimal): -12646373 or 1771583. OLE color: 1771583.
HSL color Cylindrical-coordinate representation of color #3F081B: hue angle of 339.27º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F081B is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 8 | 27 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.75 |
| HSL | 339.27º | 0.77% | 0.14% | - |
| HSV(B) | 339.27º | 0.87% | 0.25% | - |
| XYZ | 2.33 | 1.31 | 1.17 | - |
| YUV | 26.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 27 | 0 | 0.87 | 0.57 | 0.75 | 339.27 | 0.77 | 0.14 |
| Hex | 3F | 8 | 1B | 0 | 57 | 39 | 4B | 153 | 4D | E |
| Octal | 77 | 10 | 33 | 0 | 127 | 71 | 113 | 523 | 115 | 16 |
| Binary | 111111 | 1000 | 11011 | 0 | 1010111 | 111001 | 1001011 | 101010011 | 1001101 | 1110 |
Color Harmonies of #3F081B
Complementary color
Monochromatic Colors of #3F081B
Black with #3F081B
Text Example
Text Example
White with #3F081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F081B; }
p { color: rgb(63,8,27); }
H1.HeaderClassName
{
color: #3F081B;
}
.AnyTagClassName
{
color: #3F081B;
}
</style>
background-color css
<style>
a { background-color: #3F081B; }
a { background-color: rgb(63,8,27); }
div.DivClassName
{
background-color: #3F081B;
}
.BgClassName
{
background-color: #3F081B;
}
</style>
border-color css
<style>
span { border-color: #3F081B; }
span { border-color: rgb(63,8,27); }
td.TdClassName
{
border-color: #3F081B;
}
.TagClassName
{
border-color: #3F081B;
}
</style>