Shades of Rustic Red #3F030B
Tints of Rustic Red #3F030B
RGB
CMYK
RGB Variations
Color information
#3F030B (or 0x3F030B) is known color: Rustic Red. HEX triplet: 3F, 03 and 0B. RGB value is (63,3,11). Sum of RGB (Red+Green+Blue) = 63+3+11=77 (10% of max value = 765). Red value is 63 (25% from 255 or 81.82% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 63 - color contains mainly: red. Hex color #3F030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F030B is #C0FCF4. Grayscale: #151515. Windows color (decimal): -12647669 or 721727. OLE color: 721727.
HSL color Cylindrical-coordinate representation of color #3F030B: hue angle of 352º 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 #3F030B is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 11 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.75 |
| HSL | 352º | 0.91% | 0.13% | - |
| HSV(B) | 352º | 0.95% | 0.25% | - |
| XYZ | 2.14 | 1.15 | 0.42 | - |
| YUV | 21.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 11 | 0 | 0.95 | 0.83 | 0.75 | 352 | 0.91 | 0.13 |
| Hex | 3F | 3 | B | 0 | 5F | 53 | 4B | 160 | 5B | D |
| Octal | 77 | 3 | 13 | 0 | 137 | 123 | 113 | 540 | 133 | 15 |
| Binary | 111111 | 11 | 1011 | 0 | 1011111 | 1010011 | 1001011 | 101100000 | 1011011 | 1101 |
Color Harmonies of #3F030B
Complementary color
Monochromatic Colors of #3F030B
Black with #3F030B
Text Example
Text Example
White with #3F030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F030B; }
p { color: rgb(63,3,11); }
H1.HeaderClassName
{
color: #3F030B;
}
.AnyTagClassName
{
color: #3F030B;
}
</style>
background-color css
<style>
a { background-color: #3F030B; }
a { background-color: rgb(63,3,11); }
div.DivClassName
{
background-color: #3F030B;
}
.BgClassName
{
background-color: #3F030B;
}
</style>
border-color css
<style>
span { border-color: #3F030B; }
span { border-color: rgb(63,3,11); }
td.TdClassName
{
border-color: #3F030B;
}
.TagClassName
{
border-color: #3F030B;
}
</style>