#3B141B

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

Shades of Rustic Red #3B141B

Tints of Rustic Red #3B141B

Color information

#3B141B (or 0x3B141B) is unknown color: approx Rustic Red. HEX triplet: 3B, 14 and 1B. RGB value is (59,20,27). Sum of RGB (Red+Green+Blue) = 59+20+27=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B141B is #C4EBE4. Grayscale: #202020. Windows color (decimal): -12905445 or 1774651. OLE color: 1774651.

HSL color Cylindrical-coordinate representation of color #3B141B: hue angle of 349.23º 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 #3B141B is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.77.

Color convert

RGB592027-
CMYK00.660.540.77
HSL349.23º49.37%15.49%-
HSV(B)349.23º66.1%23.14%-
XYZ2.251.511.21-
YUV32.46124.92146.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 55.66%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=55.66%
G=18.87%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59202700.660.540.77349.2349.3715.49
Hex3B141B042364D15d31f
Octal7324330102661155356117
Binary11101110100110110100001011011010011011010111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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