#3B1B1C

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

Shades of Rustic Red #3B1B1C

Tints of Rustic Red #3B1B1C

Color information

#3B1B1C (or 0x3B1B1C) is unknown color: approx Rustic Red. HEX triplet: 3B, 1B and 1C. RGB value is (59,27,28). Sum of RGB (Red+Green+Blue) = 59+27+28=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1B1C is #C4E4E3. Grayscale: #242424. Windows color (decimal): -12903652 or 1841979. OLE color: 1841979.

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

Color convert

RGB592728-
CMYK00.540.530.77
HSL358.12º37.21%16.86%-
HSV(B)358.12º54.24%23.14%-
XYZ2.411.81.32-
YUV36.68123.1143.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.75%
GREEN value IS 27 (10.94% from 255) = 23.68%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=51.75%
G=23.68%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59272800.540.530.77358.1237.2116.86
Hex3B1B1C036354D1662511
Octal733334066651155464521
Binary11101111011111000110110110101100110110110011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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