Shades of Rustic Red #3F090B
Tints of Rustic Red #3F090B
RGB
CMYK
RGB Variations
Color information
#3F090B (or 0x3F090B) is known color: Rustic Red. HEX triplet: 3F, 09 and 0B. RGB value is (63,9,11). Sum of RGB (Red+Green+Blue) = 63+9+11=83 (10% of max value = 765). Red value is 63 (25% from 255 or 75.90% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 63 - color contains mainly: red. Hex color #3F090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F090B is #C0F6F4. Grayscale: #191919. Windows color (decimal): -12646133 or 723263. OLE color: 723263.
HSL color Cylindrical-coordinate representation of color #3F090B: hue angle of 357.78º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F090B is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 11 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.75 |
| HSL | 357.78º | 0.75% | 0.14% | - |
| HSV(B) | 357.78º | 0.86% | 0.25% | - |
| XYZ | 2.21 | 1.28 | 0.45 | - |
| YUV | 25.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 11 | 0 | 0.86 | 0.83 | 0.75 | 357.78 | 0.75 | 0.14 |
| Hex | 3F | 9 | B | 0 | 56 | 53 | 4B | 166 | 4B | E |
| Octal | 77 | 11 | 13 | 0 | 126 | 123 | 113 | 546 | 113 | 16 |
| Binary | 111111 | 1001 | 1011 | 0 | 1010110 | 1010011 | 1001011 | 101100110 | 1001011 | 1110 |
Color Harmonies of #3F090B
Complementary color
Monochromatic Colors of #3F090B
Black with #3F090B
Text Example
Text Example
White with #3F090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F090B; }
p { color: rgb(63,9,11); }
H1.HeaderClassName
{
color: #3F090B;
}
.AnyTagClassName
{
color: #3F090B;
}
</style>
background-color css
<style>
a { background-color: #3F090B; }
a { background-color: rgb(63,9,11); }
div.DivClassName
{
background-color: #3F090B;
}
.BgClassName
{
background-color: #3F090B;
}
</style>
border-color css
<style>
span { border-color: #3F090B; }
span { border-color: rgb(63,9,11); }
td.TdClassName
{
border-color: #3F090B;
}
.TagClassName
{
border-color: #3F090B;
}
</style>