Shades of Rustic Red #3F060B
Tints of Rustic Red #3F060B
RGB
CMYK
RGB Variations
Color information
#3F060B (or 0x3F060B) is known color: Rustic Red. HEX triplet: 3F, 06 and 0B. RGB value is (63,6,11). Sum of RGB (Red+Green+Blue) = 63+6+11=80 (10% of max value = 765). Red value is 63 (25% from 255 or 78.75% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 63 - color contains mainly: red. Hex color #3F060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F060B is #C0F9F4. Grayscale: #171717. Windows color (decimal): -12646901 or 722495. OLE color: 722495.
HSL color Cylindrical-coordinate representation of color #3F060B: hue angle of 354.74º 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 #3F060B is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 11 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.75 |
| HSL | 354.74º | 0.83% | 0.14% | - |
| HSV(B) | 354.74º | 0.9% | 0.25% | - |
| XYZ | 2.18 | 1.21 | 0.44 | - |
| YUV | 23.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 11 | 0 | 0.90 | 0.83 | 0.75 | 354.74 | 0.83 | 0.14 |
| Hex | 3F | 6 | B | 0 | 5A | 53 | 4B | 163 | 53 | E |
| Octal | 77 | 6 | 13 | 0 | 132 | 123 | 113 | 543 | 123 | 16 |
| Binary | 111111 | 110 | 1011 | 0 | 1011010 | 1010011 | 1001011 | 101100011 | 1010011 | 1110 |
Color Harmonies of #3F060B
Complementary color
Monochromatic Colors of #3F060B
Black with #3F060B
Text Example
Text Example
White with #3F060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F060B; }
p { color: rgb(63,6,11); }
H1.HeaderClassName
{
color: #3F060B;
}
.AnyTagClassName
{
color: #3F060B;
}
</style>
background-color css
<style>
a { background-color: #3F060B; }
a { background-color: rgb(63,6,11); }
div.DivClassName
{
background-color: #3F060B;
}
.BgClassName
{
background-color: #3F060B;
}
</style>
border-color css
<style>
span { border-color: #3F060B; }
span { border-color: rgb(63,6,11); }
td.TdClassName
{
border-color: #3F060B;
}
.TagClassName
{
border-color: #3F060B;
}
</style>