Shades of Rustic Red #3F0304
Tints of Rustic Red #3F0304
RGB
CMYK
RGB Variations
Color information
#3F0304 (or 0x3F0304) is known color: Rustic Red. HEX triplet: 3F, 03 and 04. RGB value is (63,3,4). Sum of RGB (Red+Green+Blue) = 63+3+4=70 (9% of max value = 765). Red value is 63 (25% from 255 or 90% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0304 is #C0FCFB. Grayscale: #151515. Windows color (decimal): -12647676 or 262975. OLE color: 262975.
HSL color Cylindrical-coordinate representation of color #3F0304: hue angle of 359º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0304 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 4 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.75 |
| HSL | 359º | 0.91% | 0.13% | - |
| HSV(B) | 359º | 0.95% | 0.25% | - |
| XYZ | 2.1 | 1.13 | 0.22 | - |
| YUV | 21.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 4 | 0 | 0.95 | 0.94 | 0.75 | 359 | 0.91 | 0.13 |
| Hex | 3F | 3 | 4 | 0 | 5F | 5E | 4B | 167 | 5B | D |
| Octal | 77 | 3 | 4 | 0 | 137 | 136 | 113 | 547 | 133 | 15 |
| Binary | 111111 | 11 | 100 | 0 | 1011111 | 1011110 | 1001011 | 101100111 | 1011011 | 1101 |
Color Harmonies of #3F0304
Complementary color
Monochromatic Colors of #3F0304
Black with #3F0304
Text Example
Text Example
White with #3F0304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0304; }
p { color: rgb(63,3,4); }
H1.HeaderClassName
{
color: #3F0304;
}
.AnyTagClassName
{
color: #3F0304;
}
</style>
background-color css
<style>
a { background-color: #3F0304; }
a { background-color: rgb(63,3,4); }
div.DivClassName
{
background-color: #3F0304;
}
.BgClassName
{
background-color: #3F0304;
}
</style>
border-color css
<style>
span { border-color: #3F0304; }
span { border-color: rgb(63,3,4); }
td.TdClassName
{
border-color: #3F0304;
}
.TagClassName
{
border-color: #3F0304;
}
</style>