Shades of Rustic Red #3F1013
Tints of Rustic Red #3F1013
RGB
CMYK
RGB Variations
Color information
#3F1013 (or 0x3F1013) is known color: Rustic Red. HEX triplet: 3F, 10 and 13. RGB value is (63,16,19). Sum of RGB (Red+Green+Blue) = 63+16+19=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1013 is #C0EFEC. Grayscale: #1E1E1E. Windows color (decimal): -12644333 or 1249343. OLE color: 1249343.
HSL color Cylindrical-coordinate representation of color #3F1013: hue angle of 356.17º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1013 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 19 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.75 |
| HSL | 356.17º | 0.59% | 0.15% | - |
| HSV(B) | 356.17º | 0.75% | 0.25% | - |
| XYZ | 2.35 | 1.47 | 0.78 | - |
| YUV | 30.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 19 | 0 | 0.75 | 0.70 | 0.75 | 356.17 | 0.59 | 0.15 |
| Hex | 3F | 10 | 13 | 0 | 4B | 46 | 4B | 164 | 3B | F |
| Octal | 77 | 20 | 23 | 0 | 113 | 106 | 113 | 544 | 73 | 17 |
| Binary | 111111 | 10000 | 10011 | 0 | 1001011 | 1000110 | 1001011 | 101100100 | 111011 | 1111 |
Color Harmonies of #3F1013
Complementary color
Monochromatic Colors of #3F1013
Black with #3F1013
Text Example
Text Example
White with #3F1013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1013; }
p { color: rgb(63,16,19); }
H1.HeaderClassName
{
color: #3F1013;
}
.AnyTagClassName
{
color: #3F1013;
}
</style>
background-color css
<style>
a { background-color: #3F1013; }
a { background-color: rgb(63,16,19); }
div.DivClassName
{
background-color: #3F1013;
}
.BgClassName
{
background-color: #3F1013;
}
</style>
border-color css
<style>
span { border-color: #3F1013; }
span { border-color: rgb(63,16,19); }
td.TdClassName
{
border-color: #3F1013;
}
.TagClassName
{
border-color: #3F1013;
}
</style>