Shades of Rustic Red #3F090A
Tints of Rustic Red #3F090A
RGB
CMYK
RGB Variations
Color information
#3F090A (or 0x3F090A) is known color: Rustic Red. HEX triplet: 3F, 09 and 0A. RGB value is (63,9,10). Sum of RGB (Red+Green+Blue) = 63+9+10=82 (10% of max value = 765). Red value is 63 (25% from 255 or 76.83% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 63 - color contains mainly: red. Hex color #3F090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F090A is #C0F6F5. Grayscale: #191919. Windows color (decimal): -12646134 or 657727. OLE color: 657727.
HSL color Cylindrical-coordinate representation of color #3F090A: hue angle of 358.89º 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 #3F090A is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 10 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.75 |
| HSL | 358.89º | 0.75% | 0.14% | - |
| HSV(B) | 358.89º | 0.86% | 0.25% | - |
| XYZ | 2.2 | 1.27 | 0.42 | - |
| YUV | 25.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 10 | 0 | 0.86 | 0.84 | 0.75 | 358.89 | 0.75 | 0.14 |
| Hex | 3F | 9 | A | 0 | 56 | 54 | 4B | 167 | 4B | E |
| Octal | 77 | 11 | 12 | 0 | 126 | 124 | 113 | 547 | 113 | 16 |
| Binary | 111111 | 1001 | 1010 | 0 | 1010110 | 1010100 | 1001011 | 101100111 | 1001011 | 1110 |
Color Harmonies of #3F090A
Complementary color
Monochromatic Colors of #3F090A
Black with #3F090A
Text Example
Text Example
White with #3F090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F090A; }
p { color: rgb(63,9,10); }
H1.HeaderClassName
{
color: #3F090A;
}
.AnyTagClassName
{
color: #3F090A;
}
</style>
background-color css
<style>
a { background-color: #3F090A; }
a { background-color: rgb(63,9,10); }
div.DivClassName
{
background-color: #3F090A;
}
.BgClassName
{
background-color: #3F090A;
}
</style>
border-color css
<style>
span { border-color: #3F090A; }
span { border-color: rgb(63,9,10); }
td.TdClassName
{
border-color: #3F090A;
}
.TagClassName
{
border-color: #3F090A;
}
</style>