#3B171A

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

Shades of Rustic Red #3B171A

Tints of Rustic Red #3B171A

Color information

#3B171A (or 0x3B171A) is unknown color: approx Rustic Red. HEX triplet: 3B, 17 and 1A. RGB value is (59,23,26). Sum of RGB (Red+Green+Blue) = 59+23+26=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B171A is #C4E8E5. Grayscale: #222222. Windows color (decimal): -12904678 or 1709883. OLE color: 1709883.

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

Color convert

RGB592326-
CMYK00.610.560.77
HSL355º43.9%16.08%-
HSV(B)355º61.02%23.14%-
XYZ2.31.621.17-
YUV34.11123.43145.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.63%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=54.63%
G=21.30%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59232600.610.560.7735543.916.08
Hex3B171A03D384D1632c10
Octal732732075701155435420
Binary11101110111110100111101111000100110110110001110110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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