Shades of Rustic Red #3F061A
Tints of Rustic Red #3F061A
RGB
CMYK
RGB Variations
Color information
#3F061A (or 0x3F061A) is known color: Rustic Red. HEX triplet: 3F, 06 and 1A. RGB value is (63,6,26). Sum of RGB (Red+Green+Blue) = 63+6+26=95 (12% of max value = 765). Red value is 63 (25% from 255 or 66.32% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 63 - color contains mainly: red. Hex color #3F061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F061A is #C0F9E5. Grayscale: #191919. Windows color (decimal): -12646886 or 1705535. OLE color: 1705535.
HSL color Cylindrical-coordinate representation of color #3F061A: hue angle of 338.95º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F061A is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 26 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.75 |
| HSL | 338.95º | 0.83% | 0.14% | - |
| HSV(B) | 338.95º | 0.9% | 0.25% | - |
| XYZ | 2.3 | 1.26 | 1.1 | - |
| YUV | 25.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 26 | 0 | 0.90 | 0.59 | 0.75 | 338.95 | 0.83 | 0.14 |
| Hex | 3F | 6 | 1A | 0 | 5A | 3B | 4B | 153 | 53 | E |
| Octal | 77 | 6 | 32 | 0 | 132 | 73 | 113 | 523 | 123 | 16 |
| Binary | 111111 | 110 | 11010 | 0 | 1011010 | 111011 | 1001011 | 101010011 | 1010011 | 1110 |
Color Harmonies of #3F061A
Complementary color
Monochromatic Colors of #3F061A
Black with #3F061A
Text Example
Text Example
White with #3F061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F061A; }
p { color: rgb(63,6,26); }
H1.HeaderClassName
{
color: #3F061A;
}
.AnyTagClassName
{
color: #3F061A;
}
</style>
background-color css
<style>
a { background-color: #3F061A; }
a { background-color: rgb(63,6,26); }
div.DivClassName
{
background-color: #3F061A;
}
.BgClassName
{
background-color: #3F061A;
}
</style>
border-color css
<style>
span { border-color: #3F061A; }
span { border-color: rgb(63,6,26); }
td.TdClassName
{
border-color: #3F061A;
}
.TagClassName
{
border-color: #3F061A;
}
</style>