#3B141C

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

Shades of Rustic Red #3B141C

Tints of Rustic Red #3B141C

Color information

#3B141C (or 0x3B141C) is unknown color: approx Rustic Red. HEX triplet: 3B, 14 and 1C. RGB value is (59,20,28). Sum of RGB (Red+Green+Blue) = 59+20+28=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B141C is #C4EBE3. Grayscale: #202020. Windows color (decimal): -12905444 or 1840187. OLE color: 1840187.

HSL color Cylindrical-coordinate representation of color #3B141C: hue angle of 347.69º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B141C is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.77.

Color convert

RGB592028-
CMYK00.660.530.77
HSL347.69º49.37%15.49%-
HSV(B)347.69º66.1%23.14%-
XYZ2.261.511.27-
YUV32.57125.42146.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 55.14%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=55.14%
G=18.69%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59202800.660.530.77347.6949.3715.49
Hex3B141C042354D15c31f
Octal7324340102651155346117
Binary11101110100111000100001011010110011011010111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,20,28); }

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

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

 a { background-color: rgb(59,20,28); }

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

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

 span { border-color: rgb(59,20,28); }

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