#3F131C

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

Shades of Rustic Red #3F131C

Tints of Rustic Red #3F131C

Color information

#3F131C (or 0x3F131C) is unknown color: approx Rustic Red. HEX triplet: 3F, 13 and 1C. RGB value is (63,19,28). Sum of RGB (Red+Green+Blue) = 63+19+28=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F131C is #C0ECE3. Grayscale: #212121. Windows color (decimal): -12643556 or 1839935. OLE color: 1839935.

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

Color convert

RGB631928-
CMYK00.700.560.75
HSL347.73º53.66%16.08%-
HSV(B)347.73º69.84%24.71%-
XYZ2.491.611.28-
YUV33.18125.08149.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.27%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=57.27%
G=17.27%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63192800.700.560.75347.7353.6616.08
Hex3F131C046384B15c3610
Octal7723340106701135346620
Binary111111100111110001000110111000100101110101110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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