#3B1A1B

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

Shades of Rustic Red #3B1A1B

Tints of Rustic Red #3B1A1B

Color information

#3B1A1B (or 0x3B1A1B) is unknown color: approx Rustic Red. HEX triplet: 3B, 1A and 1B. RGB value is (59,26,27). Sum of RGB (Red+Green+Blue) = 59+26+27=112 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.68% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1A1B is #C4E5E4. Grayscale: #242424. Windows color (decimal): -12903909 or 1776187. OLE color: 1776187.

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

Color convert

RGB592627-
CMYK00.560.540.77
HSL358.18º38.82%16.67%-
HSV(B)358.18º55.93%23.14%-
XYZ2.371.751.25-
YUV35.98122.93144.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 52.68%
GREEN value IS 26 (10.55% from 255) = 23.21%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=52.68%
G=23.21%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59262700.560.540.77358.1838.8216.67
Hex3B1A1B038364D1662711
Octal733233070661155464721
Binary11101111010110110111000110110100110110110011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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