Shades of Rustic Red #3F0A1B
Tints of Rustic Red #3F0A1B
RGB
CMYK
RGB Variations
Color information
#3F0A1B (or 0x3F0A1B) is known color: Rustic Red. HEX triplet: 3F, 0A and 1B. RGB value is (63,10,27). Sum of RGB (Red+Green+Blue) = 63+10+27=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0A1B is #C0F5E4. Grayscale: #1B1B1B. Windows color (decimal): -12645861 or 1772095. OLE color: 1772095.
HSL color Cylindrical-coordinate representation of color #3F0A1B: hue angle of 340.75º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F0A1B is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 10 | 27 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.75 |
| HSL | 340.75º | 0.73% | 0.14% | - |
| HSV(B) | 340.75º | 0.84% | 0.25% | - |
| XYZ | 2.36 | 1.35 | 1.17 | - |
| YUV | 27.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 27 | 0 | 0.84 | 0.57 | 0.75 | 340.75 | 0.73 | 0.14 |
| Hex | 3F | A | 1B | 0 | 54 | 39 | 4B | 155 | 49 | E |
| Octal | 77 | 12 | 33 | 0 | 124 | 71 | 113 | 525 | 111 | 16 |
| Binary | 111111 | 1010 | 11011 | 0 | 1010100 | 111001 | 1001011 | 101010101 | 1001001 | 1110 |
Color Harmonies of #3F0A1B
Complementary color
Monochromatic Colors of #3F0A1B
Black with #3F0A1B
Text Example
Text Example
White with #3F0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A1B; }
p { color: rgb(63,10,27); }
H1.HeaderClassName
{
color: #3F0A1B;
}
.AnyTagClassName
{
color: #3F0A1B;
}
</style>
background-color css
<style>
a { background-color: #3F0A1B; }
a { background-color: rgb(63,10,27); }
div.DivClassName
{
background-color: #3F0A1B;
}
.BgClassName
{
background-color: #3F0A1B;
}
</style>
border-color css
<style>
span { border-color: #3F0A1B; }
span { border-color: rgb(63,10,27); }
td.TdClassName
{
border-color: #3F0A1B;
}
.TagClassName
{
border-color: #3F0A1B;
}
</style>