Shades of Rustic Red #3F0A0D
Tints of Rustic Red #3F0A0D
RGB
CMYK
RGB Variations
Color information
#3F0A0D (or 0x3F0A0D) is known color: Rustic Red. HEX triplet: 3F, 0A and 0D. RGB value is (63,10,13). Sum of RGB (Red+Green+Blue) = 63+10+13=86 (11% of max value = 765). Red value is 63 (25% from 255 or 73.26% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0A0D is #C0F5F2. Grayscale: #1A1A1A. Windows color (decimal): -12645875 or 854591. OLE color: 854591.
HSL color Cylindrical-coordinate representation of color #3F0A0D: hue angle of 356.6º 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 #3F0A0D is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 10 | 13 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.75 |
| HSL | 356.6º | 0.73% | 0.14% | - |
| HSV(B) | 356.6º | 0.84% | 0.25% | - |
| XYZ | 2.23 | 1.3 | 0.51 | - |
| YUV | 26.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 13 | 0 | 0.84 | 0.79 | 0.75 | 356.6 | 0.73 | 0.14 |
| Hex | 3F | A | D | 0 | 54 | 4F | 4B | 165 | 49 | E |
| Octal | 77 | 12 | 15 | 0 | 124 | 117 | 113 | 545 | 111 | 16 |
| Binary | 111111 | 1010 | 1101 | 0 | 1010100 | 1001111 | 1001011 | 101100101 | 1001001 | 1110 |
Color Harmonies of #3F0A0D
Complementary color
Monochromatic Colors of #3F0A0D
Black with #3F0A0D
Text Example
Text Example
White with #3F0A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A0D; }
p { color: rgb(63,10,13); }
H1.HeaderClassName
{
color: #3F0A0D;
}
.AnyTagClassName
{
color: #3F0A0D;
}
</style>
background-color css
<style>
a { background-color: #3F0A0D; }
a { background-color: rgb(63,10,13); }
div.DivClassName
{
background-color: #3F0A0D;
}
.BgClassName
{
background-color: #3F0A0D;
}
</style>
border-color css
<style>
span { border-color: #3F0A0D; }
span { border-color: rgb(63,10,13); }
td.TdClassName
{
border-color: #3F0A0D;
}
.TagClassName
{
border-color: #3F0A0D;
}
</style>