Shades of Rustic Red #3F091A
Tints of Rustic Red #3F091A
RGB
CMYK
RGB Variations
Color information
#3F091A (or 0x3F091A) is known color: Rustic Red. HEX triplet: 3F, 09 and 1A. RGB value is (63,9,26). Sum of RGB (Red+Green+Blue) = 63+9+26=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F091A is #C0F6E5. Grayscale: #1B1B1B. Windows color (decimal): -12646118 or 1706303. OLE color: 1706303.
HSL color Cylindrical-coordinate representation of color #3F091A: hue angle of 341.11º 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 #3F091A is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 26 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.75 |
| HSL | 341.11º | 0.75% | 0.14% | - |
| HSV(B) | 341.11º | 0.86% | 0.25% | - |
| XYZ | 2.33 | 1.33 | 1.11 | - |
| YUV | 27.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 26 | 0 | 0.86 | 0.59 | 0.75 | 341.11 | 0.75 | 0.14 |
| Hex | 3F | 9 | 1A | 0 | 56 | 3B | 4B | 155 | 4B | E |
| Octal | 77 | 11 | 32 | 0 | 126 | 73 | 113 | 525 | 113 | 16 |
| Binary | 111111 | 1001 | 11010 | 0 | 1010110 | 111011 | 1001011 | 101010101 | 1001011 | 1110 |
Color Harmonies of #3F091A
Complementary color
Monochromatic Colors of #3F091A
Black with #3F091A
Text Example
Text Example
White with #3F091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F091A; }
p { color: rgb(63,9,26); }
H1.HeaderClassName
{
color: #3F091A;
}
.AnyTagClassName
{
color: #3F091A;
}
</style>
background-color css
<style>
a { background-color: #3F091A; }
a { background-color: rgb(63,9,26); }
div.DivClassName
{
background-color: #3F091A;
}
.BgClassName
{
background-color: #3F091A;
}
</style>
border-color css
<style>
span { border-color: #3F091A; }
span { border-color: rgb(63,9,26); }
td.TdClassName
{
border-color: #3F091A;
}
.TagClassName
{
border-color: #3F091A;
}
</style>