#3F121C

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

Shades of Rustic Red #3F121C

Tints of Rustic Red #3F121C

Color information

#3F121C (or 0x3F121C) is unknown color: approx Rustic Red. HEX triplet: 3F, 12 and 1C. RGB value is (63,18,28). Sum of RGB (Red+Green+Blue) = 63+18+28=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F121C is #C0EDE3. Grayscale: #202020. Windows color (decimal): -12643812 or 1839679. OLE color: 1839679.

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

Color convert

RGB631828-
CMYK00.710.560.75
HSL346.67º55.56%15.88%-
HSV(B)346.67º71.43%24.71%-
XYZ2.481.571.27-
YUV32.6125.41149.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.80%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 28 (11.33% from 255) = 25.69%
R=57.80%
G=16.51%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63182800.710.560.75346.6755.5615.88
Hex3F121C047384B15b3810
Octal7722340107701135337020
Binary111111100101110001000111111000100101110101101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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