#3B171D

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

Shades of Rustic Red #3B171D

Tints of Rustic Red #3B171D

Color information

#3B171D (or 0x3B171D) is unknown color: approx Rustic Red. HEX triplet: 3B, 17 and 1D. RGB value is (59,23,29). Sum of RGB (Red+Green+Blue) = 59+23+29=111 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.15% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 59 - color contains mainly: red. Hex color #3B171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B171D is #C4E8E2. Grayscale: #222222. Windows color (decimal): -12904675 or 1906491. OLE color: 1906491.

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

Color convert

RGB592329-
CMYK00.610.510.77
HSL350º43.9%16.08%-
HSV(B)350º61.02%23.14%-
XYZ2.331.631.35-
YUV34.45124.93145.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 53.15%
GREEN value IS 23 (9.38% from 255) = 20.72%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=53.15%
G=20.72%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59232900.610.510.7735043.916.08
Hex3B171D03D334D15e2c10
Octal732735075631155365420
Binary11101110111111010111101110011100110110101111010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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