#3B171B

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

Shades of Rustic Red #3B171B

Tints of Rustic Red #3B171B

Color information

#3B171B (or 0x3B171B) is unknown color: approx Rustic Red. HEX triplet: 3B, 17 and 1B. RGB value is (59,23,27). Sum of RGB (Red+Green+Blue) = 59+23+27=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B171B is #C4E8E4. Grayscale: #222222. Windows color (decimal): -12904677 or 1775419. OLE color: 1775419.

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

Color convert

RGB592327-
CMYK00.610.540.77
HSL353.33º43.9%16.08%-
HSV(B)353.33º61.02%23.14%-
XYZ2.311.621.23-
YUV34.22123.93145.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.13%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=54.13%
G=21.10%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59232700.610.540.77353.3343.916.08
Hex3B171B03D364D1612c10
Octal732733075661155415420
Binary11101110111110110111101110110100110110110000110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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