#3f0716

Color #3F0716 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #3F0716

Tints of Rustic Red #3F0716

Color information

#3F0716 (or 0x3F0716) is unknown color: approx Rustic Red. HEX triplet: 3F, 07 and 16. RGB value is (63,7,22). Sum of RGB (Red+Green+Blue) = 63+7+22=92 (12% of max value = 765). Red value is 63 (25% from 255 or 68.48% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0716 is #C0F8E9. Grayscale: #191919. Windows color (decimal): -12646634 or 1443647. OLE color: 1443647.

HSL color Cylindrical-coordinate representation of color #3F0716: hue angle of 343.93º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0716 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB63722-
CMYK00.890.650.75
HSL343.93º80%13.73%-
HSV(B)343.93º88.89%24.71%-
XYZ2.271.270.88-
YUV25.45126.05154.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 68.48%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=68.48%
G=7.61%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6372200.890.650.75343.938013.73
Hex3F716059414B15850e
Octal77726013110111353012016
Binary11111111110110010110011000001100101110101100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f0716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f0716; }

 p { color: rgb(63,7,22); }

 H1.HeaderClassName
 {
   color: #3f0716;
 }
 .AnyTagClassName
 {
   color: #3f0716;
 }
</style>
background-color css

<style>
 a { background-color: #3f0716; }

 a { background-color: rgb(63,7,22); }

 div.DivClassName
 {
   background-color: #3f0716;
 }
 .BgClassName
 {
   background-color: #3f0716;
 }
</style>
border-color css

<style>
 span { border-color: #3f0716; }

 span { border-color: rgb(63,7,22); }

 td.TdClassName
 {
   border-color: #3f0716;
 }
 .TagClassName
 {
   border-color: #3f0716;
 }
</style>