#3F1418

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

Shades of Rustic Red #3F1418

Tints of Rustic Red #3F1418

Color information

#3F1418 (or 0x3F1418) is unknown color: approx Rustic Red. HEX triplet: 3F, 14 and 18. RGB value is (63,20,24). Sum of RGB (Red+Green+Blue) = 63+20+24=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1418 is #C0EBE7. Grayscale: #212121. Windows color (decimal): -12643304 or 1578047. OLE color: 1578047.

HSL color Cylindrical-coordinate representation of color #3F1418: hue angle of 354.42º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F1418 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB632024-
CMYK00.680.620.75
HSL354.42º51.81%16.27%-
HSV(B)354.42º68.25%24.71%-
XYZ2.461.621.05-
YUV33.31122.75149.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 58.88%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=58.88%
G=18.69%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63202400.680.620.75354.4251.8116.27
Hex3F14180443E4B1623410
Octal7724300104761135426420
Binary111111101001100001000100111110100101110110001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,20,24); }

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

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

 a { background-color: rgb(63,20,24); }

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

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

 span { border-color: rgb(63,20,24); }

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