#3F181C

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

Shades of Rustic Red #3F181C

Tints of Rustic Red #3F181C

Color information

#3F181C (or 0x3F181C) is unknown color: approx Rustic Red. HEX triplet: 3F, 18 and 1C. RGB value is (63,24,28). Sum of RGB (Red+Green+Blue) = 63+24+28=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F181C is #C0E7E3. Grayscale: #242424. Windows color (decimal): -12642276 or 1841215. OLE color: 1841215.

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

Color convert

RGB632428-
CMYK00.620.560.75
HSL353.85º44.83%17.06%-
HSV(B)353.85º61.9%24.71%-
XYZ2.591.791.31-
YUV36.12123.42147.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 54.78%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=54.78%
G=20.87%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63242800.620.560.75353.8544.8317.06
Hex3F181C03E384B1622d11
Octal773034076701135425521
Binary11111111000111000111110111000100101110110001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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