#3F040F

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

Shades of Rustic Red #3F040F

Tints of Rustic Red #3F040F

Color information

#3F040F (or 0x3F040F) is unknown color: approx Rustic Red. HEX triplet: 3F, 04 and 0F. RGB value is (63,4,15). Sum of RGB (Red+Green+Blue) = 63+4+15=82 (10% of max value = 765). Red value is 63 (25% from 255 or 76.83% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 63 - color contains mainly: red. Hex color #3F040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F040F is #C0FBF0. Grayscale: #161616. Windows color (decimal): -12647409 or 984127. OLE color: 984127.

HSL color Cylindrical-coordinate representation of color #3F040F: hue angle of 348.81º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F040F is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.75.

Color convert

RGB63415-
CMYK00.940.760.75
HSL348.81º88.06%13.14%-
HSV(B)348.81º93.65%24.71%-
XYZ2.181.180.56-
YUV22.9123.55156.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 76.83%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=76.83%
G=4.88%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6341500.940.760.75348.8188.0613.14
Hex3F4F05E4C4B15d58d
Octal77417013611411353513015
Binary1111111001111010111101001100100101110101110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,4,15); }

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

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

 a { background-color: rgb(63,4,15); }

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

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

 span { border-color: rgb(63,4,15); }

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