#3F1C1F

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

Shades of Rustic Red #3F1C1F

Tints of Rustic Red #3F1C1F

Color information

#3F1C1F (or 0x3F1C1F) is unknown color: approx Rustic Red. HEX triplet: 3F, 1C and 1F. RGB value is (63,28,31). Sum of RGB (Red+Green+Blue) = 63+28+31=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C1F is #C0E3E0. Grayscale: #262626. Windows color (decimal): -12641249 or 2038847. OLE color: 2038847.

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

Color convert

RGB632831-
CMYK00.560.510.75
HSL354.86º38.46%17.84%-
HSV(B)354.86º55.56%24.71%-
XYZ2.711.991.54-
YUV38.81123.6145.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.64%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=51.64%
G=22.95%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63283100.560.510.75354.8638.4617.84
Hex3F1C1F038334B1632612
Octal773437070631135434622
Binary11111111100111110111000110011100101110110001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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