Shades of Rustic Red #3F0F1C
Tints of Rustic Red #3F0F1C
RGB
CMYK
RGB Variations
Color information
#3F0F1C (or 0x3F0F1C) is known color: Rustic Red. HEX triplet: 3F, 0F and 1C. RGB value is (63,15,28). Sum of RGB (Red+Green+Blue) = 63+15+28=106 (14% of max value = 765). Red value is 63 (25% from 255 or 59.43% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0F1C is #C0F0E3. Grayscale: #1E1E1E. Windows color (decimal): -12644580 or 1838911. OLE color: 1838911.
HSL color Cylindrical-coordinate representation of color #3F0F1C: hue angle of 343.75º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F0F1C is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 15 | 28 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.75 |
| HSL | 343.75º | 0.62% | 0.15% | - |
| HSV(B) | 343.75º | 0.76% | 0.25% | - |
| XYZ | 2.43 | 1.48 | 1.26 | - |
| YUV | 30.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 28 | 0 | 0.76 | 0.56 | 0.75 | 343.75 | 0.62 | 0.15 |
| Hex | 3F | F | 1C | 0 | 4C | 38 | 4B | 158 | 3E | F |
| Octal | 77 | 17 | 34 | 0 | 114 | 70 | 113 | 530 | 76 | 17 |
| Binary | 111111 | 1111 | 11100 | 0 | 1001100 | 111000 | 1001011 | 101011000 | 111110 | 1111 |
Color Harmonies of #3F0F1C
Complementary color
Monochromatic Colors of #3F0F1C
Black with #3F0F1C
Text Example
Text Example
White with #3F0F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0F1C; }
p { color: rgb(63,15,28); }
H1.HeaderClassName
{
color: #3F0F1C;
}
.AnyTagClassName
{
color: #3F0F1C;
}
</style>
background-color css
<style>
a { background-color: #3F0F1C; }
a { background-color: rgb(63,15,28); }
div.DivClassName
{
background-color: #3F0F1C;
}
.BgClassName
{
background-color: #3F0F1C;
}
</style>
border-color css
<style>
span { border-color: #3F0F1C; }
span { border-color: rgb(63,15,28); }
td.TdClassName
{
border-color: #3F0F1C;
}
.TagClassName
{
border-color: #3F0F1C;
}
</style>