#3F0710

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

Shades of Rustic Red #3F0710

Tints of Rustic Red #3F0710

Color information

#3F0710 (or 0x3F0710) is unknown color: approx Rustic Red. HEX triplet: 3F, 07 and 10. RGB value is (63,7,16). Sum of RGB (Red+Green+Blue) = 63+7+16=86 (11% of max value = 765). Red value is 63 (25% from 255 or 73.26% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0710 is #C0F8EF. Grayscale: #181818. Windows color (decimal): -12646640 or 1050431. OLE color: 1050431.

HSL color Cylindrical-coordinate representation of color #3F0710: hue angle of 350.36º 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 #3F0710 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB63716-
CMYK00.890.750.75
HSL350.36º80%13.73%-
HSV(B)350.36º88.89%24.71%-
XYZ2.221.250.61-
YUV24.77123.05155.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 73.26%
GREEN value IS 7 (3.12% from 255) = 8.14%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=73.26%
G=8.14%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6371600.890.750.75350.368013.73
Hex3F7100594B4B15e50e
Octal77720013111311353612016
Binary11111111110000010110011001011100101110101111010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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