Shades of Rustic Red #3F030C
Tints of Rustic Red #3F030C
RGB
CMYK
RGB Variations
Color information
#3F030C (or 0x3F030C) is known color: Rustic Red. HEX triplet: 3F, 03 and 0C. RGB value is (63,3,12). Sum of RGB (Red+Green+Blue) = 63+3+12=78 (10% of max value = 765). Red value is 63 (25% from 255 or 80.77% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 63 - color contains mainly: red. Hex color #3F030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F030C is #C0FCF3. Grayscale: #151515. Windows color (decimal): -12647668 or 787263. OLE color: 787263.
HSL color Cylindrical-coordinate representation of color #3F030C: hue angle of 351º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F030C is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 12 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.75 |
| HSL | 351º | 0.91% | 0.13% | - |
| HSV(B) | 351º | 0.95% | 0.25% | - |
| XYZ | 2.15 | 1.15 | 0.46 | - |
| YUV | 21.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 12 | 0 | 0.95 | 0.81 | 0.75 | 351 | 0.91 | 0.13 |
| Hex | 3F | 3 | C | 0 | 5F | 51 | 4B | 15F | 5B | D |
| Octal | 77 | 3 | 14 | 0 | 137 | 121 | 113 | 537 | 133 | 15 |
| Binary | 111111 | 11 | 1100 | 0 | 1011111 | 1010001 | 1001011 | 101011111 | 1011011 | 1101 |
Color Harmonies of #3F030C
Complementary color
Monochromatic Colors of #3F030C
Black with #3F030C
Text Example
Text Example
White with #3F030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F030C; }
p { color: rgb(63,3,12); }
H1.HeaderClassName
{
color: #3F030C;
}
.AnyTagClassName
{
color: #3F030C;
}
</style>
background-color css
<style>
a { background-color: #3F030C; }
a { background-color: rgb(63,3,12); }
div.DivClassName
{
background-color: #3F030C;
}
.BgClassName
{
background-color: #3F030C;
}
</style>
border-color css
<style>
span { border-color: #3F030C; }
span { border-color: rgb(63,3,12); }
td.TdClassName
{
border-color: #3F030C;
}
.TagClassName
{
border-color: #3F030C;
}
</style>