Shades of Rustic Red #3F080B
Tints of Rustic Red #3F080B
RGB
CMYK
RGB Variations
Color information
#3F080B (or 0x3F080B) is known color: Rustic Red. HEX triplet: 3F, 08 and 0B. RGB value is (63,8,11). Sum of RGB (Red+Green+Blue) = 63+8+11=82 (10% of max value = 765). Red value is 63 (25% from 255 or 76.83% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 63 - color contains mainly: red. Hex color #3F080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F080B is #C0F7F4. Grayscale: #181818. Windows color (decimal): -12646389 or 723007. OLE color: 723007.
HSL color Cylindrical-coordinate representation of color #3F080B: hue angle of 356.73º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F080B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
RGB | 63 | 8 | 11 | - |
CMYK | 0 | 0.87 | 0.83 | 0.75 |
HSL | 356.73º | 0.77% | 0.14% | - |
HSV(B) | 356.73º | 0.87% | 0.25% | - |
XYZ | 2.2 | 1.25 | 0.44 | - |
YUV | 24.79 | 120.22 | 155.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 8 | 11 | 0 | 0.87 | 0.83 | 0.75 | 356.73 | 0.77 | 0.14 |
Hex | 3F | 8 | B | 0 | 57 | 53 | 4B | 165 | 4D | E |
Octal | 77 | 10 | 13 | 0 | 127 | 123 | 113 | 545 | 115 | 16 |
Binary | 111111 | 1000 | 1011 | 0 | 1010111 | 1010011 | 1001011 | 101100101 | 1001101 | 1110 |
Color Harmonies of #3F080B
Complementary color
Monochromatic Colors of #3F080B
Black with #3F080B
Text Example
Text Example
White with #3F080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F080B; }
p { color: rgb(63,8,11); }
H1.HeaderClassName
{
color: #3F080B;
}
.AnyTagClassName
{
color: #3F080B;
}
</style>
background-color css
<style>
a { background-color: #3F080B; }
a { background-color: rgb(63,8,11); }
div.DivClassName
{
background-color: #3F080B;
}
.BgClassName
{
background-color: #3F080B;
}
</style>
border-color css
<style>
span { border-color: #3F080B; }
span { border-color: rgb(63,8,11); }
td.TdClassName
{
border-color: #3F080B;
}
.TagClassName
{
border-color: #3F080B;
}
</style>