Shades of Rustic Red #3F0B19
Tints of Rustic Red #3F0B19
RGB
CMYK
RGB Variations
Color information
#3F0B19 (or 0x3F0B19) is known color: Rustic Red. HEX triplet: 3F, 0B and 19. RGB value is (63,11,25). Sum of RGB (Red+Green+Blue) = 63+11+25=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0B19 is #C0F4E6. Grayscale: #1C1C1C. Windows color (decimal): -12645607 or 1641279. OLE color: 1641279.
HSL color Cylindrical-coordinate representation of color #3F0B19: hue angle of 343.85º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F0B19 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 11 | 25 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.75 |
| HSL | 343.85º | 0.7% | 0.15% | - |
| HSV(B) | 343.85º | 0.83% | 0.25% | - |
| XYZ | 2.35 | 1.37 | 1.06 | - |
| YUV | 28.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 25 | 0 | 0.83 | 0.60 | 0.75 | 343.85 | 0.7 | 0.15 |
| Hex | 3F | B | 19 | 0 | 53 | 3C | 4B | 158 | 46 | F |
| Octal | 77 | 13 | 31 | 0 | 123 | 74 | 113 | 530 | 106 | 17 |
| Binary | 111111 | 1011 | 11001 | 0 | 1010011 | 111100 | 1001011 | 101011000 | 1000110 | 1111 |
Color Harmonies of #3F0B19
Complementary color
Monochromatic Colors of #3F0B19
Black with #3F0B19
Text Example
Text Example
White with #3F0B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B19; }
p { color: rgb(63,11,25); }
H1.HeaderClassName
{
color: #3F0B19;
}
.AnyTagClassName
{
color: #3F0B19;
}
</style>
background-color css
<style>
a { background-color: #3F0B19; }
a { background-color: rgb(63,11,25); }
div.DivClassName
{
background-color: #3F0B19;
}
.BgClassName
{
background-color: #3F0B19;
}
</style>
border-color css
<style>
span { border-color: #3F0B19; }
span { border-color: rgb(63,11,25); }
td.TdClassName
{
border-color: #3F0B19;
}
.TagClassName
{
border-color: #3F0B19;
}
</style>