Shades of Rustic Red #3F0003
Tints of Rustic Red #3F0003
RGB
CMYK
RGB Variations
Color information
#3F0003 (or 0x3F0003) is known color: Rustic Red. HEX triplet: 3F, 00 and 03. RGB value is (63,0,3). Sum of RGB (Red+Green+Blue) = 63+0+3=66 (8% of max value = 765). Red value is 63 (25% from 255 or 95.45% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0003 is #C0FFFC. Grayscale: #131313. Windows color (decimal): -12648445 or 196671. OLE color: 196671.
HSL color Cylindrical-coordinate representation of color #3F0003: hue angle of 357.14º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F0003 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
RGB | 63 | 0 | 3 | - |
CMYK | 0 | 1 | 0.95 | 0.75 |
HSL | 357.14º | 1% | 0.12% | - |
HSV(B) | 357.14º | 1% | 0.25% | - |
XYZ | 2.07 | 1.06 | 0.18 | - |
YUV | 19.18 | 118.87 | 159.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 0 | 3 | 0 | 1 | 0.95 | 0.75 | 357.14 | 1 | 0.12 |
Hex | 3F | 0 | 3 | 0 | 64 | 5F | 4B | 165 | 64 | C |
Octal | 77 | 0 | 3 | 0 | 144 | 137 | 113 | 545 | 144 | 14 |
Binary | 111111 | 0 | 11 | 0 | 1100100 | 1011111 | 1001011 | 101100101 | 1100100 | 1100 |
Color Harmonies of #3F0003
Complementary color
Monochromatic Colors of #3F0003
Black with #3F0003
Text Example
Text Example
White with #3F0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0003; }
p { color: rgb(63,0,3); }
H1.HeaderClassName
{
color: #3F0003;
}
.AnyTagClassName
{
color: #3F0003;
}
</style>
background-color css
<style>
a { background-color: #3F0003; }
a { background-color: rgb(63,0,3); }
div.DivClassName
{
background-color: #3F0003;
}
.BgClassName
{
background-color: #3F0003;
}
</style>
border-color css
<style>
span { border-color: #3F0003; }
span { border-color: rgb(63,0,3); }
td.TdClassName
{
border-color: #3F0003;
}
.TagClassName
{
border-color: #3F0003;
}
</style>