Shades of Rustic Red #3F030D
Tints of Rustic Red #3F030D
RGB
CMYK
RGB Variations
Color information
#3F030D (or 0x3F030D) is known color: Rustic Red. HEX triplet: 3F, 03 and 0D. RGB value is (63,3,13). Sum of RGB (Red+Green+Blue) = 63+3+13=79 (10% of max value = 765). Red value is 63 (25% from 255 or 79.75% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 63 - color contains mainly: red. Hex color #3F030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F030D is #C0FCF2. Grayscale: #161616. Windows color (decimal): -12647667 or 852799. OLE color: 852799.
HSL color Cylindrical-coordinate representation of color #3F030D: hue angle of 350º 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 #3F030D is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 13 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.75 |
| HSL | 350º | 0.91% | 0.13% | - |
| HSV(B) | 350º | 0.95% | 0.25% | - |
| XYZ | 2.16 | 1.15 | 0.49 | - |
| YUV | 22.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 13 | 0 | 0.95 | 0.79 | 0.75 | 350 | 0.91 | 0.13 |
| Hex | 3F | 3 | D | 0 | 5F | 4F | 4B | 15E | 5B | D |
| Octal | 77 | 3 | 15 | 0 | 137 | 117 | 113 | 536 | 133 | 15 |
| Binary | 111111 | 11 | 1101 | 0 | 1011111 | 1001111 | 1001011 | 101011110 | 1011011 | 1101 |
Color Harmonies of #3F030D
Complementary color
Monochromatic Colors of #3F030D
Black with #3F030D
Text Example
Text Example
White with #3F030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F030D; }
p { color: rgb(63,3,13); }
H1.HeaderClassName
{
color: #3F030D;
}
.AnyTagClassName
{
color: #3F030D;
}
</style>
background-color css
<style>
a { background-color: #3F030D; }
a { background-color: rgb(63,3,13); }
div.DivClassName
{
background-color: #3F030D;
}
.BgClassName
{
background-color: #3F030D;
}
</style>
border-color css
<style>
span { border-color: #3F030D; }
span { border-color: rgb(63,3,13); }
td.TdClassName
{
border-color: #3F030D;
}
.TagClassName
{
border-color: #3F030D;
}
</style>