#3F181A

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

Shades of Rustic Red #3F181A

Tints of Rustic Red #3F181A

Color information

#3F181A (or 0x3F181A) is unknown color: approx Rustic Red. HEX triplet: 3F, 18 and 1A. RGB value is (63,24,26). Sum of RGB (Red+Green+Blue) = 63+24+26=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F181A is #C0E7E5. Grayscale: #232323. Windows color (decimal): -12642278 or 1710143. OLE color: 1710143.

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

Color convert

RGB632426-
CMYK00.620.590.75
HSL356.92º44.83%17.06%-
HSV(B)356.92º61.9%24.71%-
XYZ2.561.781.19-
YUV35.89122.42147.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 55.75%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=55.75%
G=21.24%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63242600.620.590.75356.9244.8317.06
Hex3F181A03E3B4B1652d11
Octal773032076731135455521
Binary11111111000110100111110111011100101110110010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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