#3F181E

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

Shades of Rustic Red #3F181E

Tints of Rustic Red #3F181E

Color information

#3F181E (or 0x3F181E) is unknown color: approx Rustic Red. HEX triplet: 3F, 18 and 1E. RGB value is (63,24,30). Sum of RGB (Red+Green+Blue) = 63+24+30=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F181E is #C0E7E1. Grayscale: #242424. Windows color (decimal): -12642274 or 1972287. OLE color: 1972287.

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

Color convert

RGB632430-
CMYK00.620.520.75
HSL350.77º44.83%17.06%-
HSV(B)350.77º61.9%24.71%-
XYZ2.611.81.44-
YUV36.34124.42147.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.85%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=53.85%
G=20.51%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63243000.620.520.75350.7744.8317.06
Hex3F181E03E344B15f2d11
Octal773036076641135375521
Binary11111111000111100111110110100100101110101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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